| 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 16 matching lines...) Expand all Loading... |
| 27 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg
istration', | 27 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg
istration', |
| 28 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 28 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 29 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 29 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
| 30 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 30 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 31 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 31 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 32 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 32 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
| 33 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', | 33 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', |
| 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | 35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
| 36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
| 37 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', | |
| 38 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 38 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
| 39 '<(DEPTH)/skia/skia.gyp:skia', | 39 '<(DEPTH)/skia/skia.gyp:skia', |
| 40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 41 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 41 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 42 ], | 42 ], |
| 43 'include_dirs': [ | 43 'include_dirs': [ |
| 44 '../..', | 44 '../..', |
| 45 '<(SHARED_INTERMEDIATE_DIR)', | 45 '<(SHARED_INTERMEDIATE_DIR)', |
| 46 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 46 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
| 47 ], | 47 ], |
| 48 'sources': [ | 48 'sources': [ |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 '<@(_outputs)', | 336 '<@(_outputs)', |
| 337 ], | 337 ], |
| 338 'includes': [ | 338 'includes': [ |
| 339 '../../build/util/version.gypi', | 339 '../../build/util/version.gypi', |
| 340 ], | 340 ], |
| 341 }, | 341 }, |
| 342 ], | 342 ], |
| 343 }, | 343 }, |
| 344 ], # targets | 344 ], # targets |
| 345 } | 345 } |
| OLD | NEW |