| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '<(DEPTH)/content/content.gyp:content', | 80 '<(DEPTH)/content/content.gyp:content', |
| 81 '<(DEPTH)/content/content.gyp:content_gpu', | 81 '<(DEPTH)/content/content.gyp:content_gpu', |
| 82 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', | 82 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', |
| 83 '<(DEPTH)/content/content.gyp:content_worker', | 83 '<(DEPTH)/content/content.gyp:content_worker', |
| 84 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 84 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
| 85 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 85 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 86 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 86 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
| 87 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 87 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 88 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 88 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 89 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 89 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 90 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium', |
| 91 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl', |
| 90 '<(DEPTH)/skia/skia.gyp:skia', | 92 '<(DEPTH)/skia/skia.gyp:skia', |
| 91 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 93 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 92 '<(DEPTH)/ui/wm/wm.gyp:wm', | 94 '<(DEPTH)/ui/wm/wm.gyp:wm', |
| 93 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 95 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 94 ], | 96 ], |
| 95 'include_dirs': [ | 97 'include_dirs': [ |
| 96 '../..', | 98 '../..', |
| 97 '<(SHARED_INTERMEDIATE_DIR)', | 99 '<(SHARED_INTERMEDIATE_DIR)', |
| 98 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', | 100 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', |
| 99 ], | 101 ], |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'browser/shell_browsertest.cc', | 212 'browser/shell_browsertest.cc', |
| 211 'test/shell_test.h', | 213 'test/shell_test.h', |
| 212 'test/shell_test.cc', | 214 'test/shell_test.cc', |
| 213 'test/shell_test_launcher_delegate.cc', | 215 'test/shell_test_launcher_delegate.cc', |
| 214 'test/shell_test_launcher_delegate.h', | 216 'test/shell_test_launcher_delegate.h', |
| 215 'test/shell_tests_main.cc', | 217 'test/shell_tests_main.cc', |
| 216 ], | 218 ], |
| 217 }, | 219 }, |
| 218 ], # targets | 220 ], # targets |
| 219 } | 221 } |
| OLD | NEW |