| 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 # Product name is used for Mac bundle. | 7 # Product name is used for Mac bundle. |
| 8 'app_shell_product_name': 'App Shell', | 8 'app_shell_product_name': 'App Shell', |
| 9 # The version is high enough to be supported by Omaha (at least 31) | 9 # The version is high enough to be supported by Omaha (at least 31) |
| 10 # but fake enough to be obviously not a Chrome release. | 10 # but fake enough to be obviously not a Chrome release. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 37 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 38 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 38 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
| 39 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', | 39 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', |
| 40 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 40 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 41 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | 41 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
| 42 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 42 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
| 43 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 43 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 44 '<(DEPTH)/skia/skia.gyp:skia', | 44 '<(DEPTH)/skia/skia.gyp:skia', |
| 45 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 45 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 46 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 46 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 47 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', | |
| 48 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | |
| 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 50 ], | 48 ], |
| 51 'export_dependent_settings': [ | 49 'export_dependent_settings': [ |
| 52 '<(DEPTH)/content/content.gyp:content_browser', | 50 '<(DEPTH)/content/content.gyp:content_browser', |
| 53 ], | 51 ], |
| 54 'include_dirs': [ | 52 'include_dirs': [ |
| 55 '../..', | 53 '../..', |
| 56 '<(SHARED_INTERMEDIATE_DIR)', | 54 '<(SHARED_INTERMEDIATE_DIR)', |
| 57 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
| 58 ], | 56 ], |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 'action': [ | 513 'action': [ |
| 516 '../../build/mac/verify_no_objc.sh', | 514 '../../build/mac/verify_no_objc.sh', |
| 517 ], | 515 ], |
| 518 }, | 516 }, |
| 519 ], | 517 ], |
| 520 }, # target app_shell_helper | 518 }, # target app_shell_helper |
| 521 ], | 519 ], |
| 522 }], # OS=="mac" | 520 }], # OS=="mac" |
| 523 ], | 521 ], |
| 524 } | 522 } |
| OLD | NEW |