| 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 14 matching lines...) Expand all Loading... |
| 25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
| 26 '<(DEPTH)/device/core/core.gyp:device_core', | 26 '<(DEPTH)/device/core/core.gyp:device_core', |
| 27 '<(DEPTH)/device/hid/hid.gyp:device_hid', | 27 '<(DEPTH)/device/hid/hid.gyp:device_hid', |
| 28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg
istration', | 28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg
istration', |
| 29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 30 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 30 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
| 31 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 31 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
| 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 35 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', |
| 35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', | |
| 37 '<(DEPTH)/skia/skia.gyp:skia', | 37 '<(DEPTH)/skia/skia.gyp:skia', |
| 38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 39 '<(DEPTH)/ui/wm/wm.gyp:wm', | 39 '<(DEPTH)/ui/wm/wm.gyp:wm', |
| 40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 41 ], | 41 ], |
| 42 'include_dirs': [ | 42 'include_dirs': [ |
| 43 '../..', | 43 '../..', |
| 44 '<(SHARED_INTERMEDIATE_DIR)', | 44 '<(SHARED_INTERMEDIATE_DIR)', |
| 45 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 45 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
| 46 ], | 46 ], |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 '<@(_outputs)', | 262 '<@(_outputs)', |
| 263 ], | 263 ], |
| 264 'includes': [ | 264 'includes': [ |
| 265 '../../build/util/version.gypi', | 265 '../../build/util/version.gypi', |
| 266 ], | 266 ], |
| 267 }, | 267 }, |
| 268 ], | 268 ], |
| 269 }, | 269 }, |
| 270 ], # targets | 270 ], # targets |
| 271 } | 271 } |
| OLD | NEW |