| 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 23 matching lines...) Expand all Loading... |
| 34 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 34 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 35 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 35 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
| 36 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 36 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 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)/mojo/mojo_edk.gyp:mojo_system_impl', | |
| 45 '<(DEPTH)/skia/skia.gyp:skia', | 44 '<(DEPTH)/skia/skia.gyp:skia', |
| 46 '<(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', |
| 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 48 ], | 48 ], |
| 49 'export_dependent_settings': [ | 49 'export_dependent_settings': [ |
| 50 '<(DEPTH)/content/content.gyp:content_browser', | 50 '<(DEPTH)/content/content.gyp:content_browser', |
| 51 ], | 51 ], |
| 52 'include_dirs': [ | 52 'include_dirs': [ |
| 53 '../..', | 53 '../..', |
| 54 '<(SHARED_INTERMEDIATE_DIR)', | 54 '<(SHARED_INTERMEDIATE_DIR)', |
| 55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
| 56 ], | 56 ], |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 'action': [ | 578 'action': [ |
| 579 '../../build/mac/verify_no_objc.sh', | 579 '../../build/mac/verify_no_objc.sh', |
| 580 ], | 580 ], |
| 581 }, | 581 }, |
| 582 ], | 582 ], |
| 583 }, # target app_shell_helper | 583 }, # target app_shell_helper |
| 584 ], | 584 ], |
| 585 }], # OS=="mac" | 585 }], # OS=="mac" |
| 586 ], | 586 ], |
| 587 } | 587 } |
| OLD | NEW |