| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'extensions_tests.gypi', | 3 'extensions_tests.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Product name is used for Mac bundle. | 6 # Product name is used for Mac bundle. |
| 7 'app_shell_product_name': 'App Shell', | 7 'app_shell_product_name': 'App Shell', |
| 8 # The version is high enough to be supported by Omaha (at least 31) | 8 # The version is high enough to be supported by Omaha (at least 31) |
| 9 # but fake enough to be obviously not a Chrome release. | 9 # but fake enough to be obviously not a Chrome release. |
| 10 'app_shell_version': '38.1234.5678.9', | 10 'app_shell_version': '38.1234.5678.9', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 '../device/hid/hid.gyp:device_hid', | 26 '../device/hid/hid.gyp:device_hid', |
| 27 '../device/serial/serial.gyp:device_serial', | 27 '../device/serial/serial.gyp:device_serial', |
| 28 '../device/serial/serial.gyp:device_serial_test_util', | 28 '../device/serial/serial.gyp:device_serial_test_util', |
| 29 '../mojo/mojo_base.gyp:mojo_application_bindings', | 29 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 30 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 30 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 31 '../testing/gmock.gyp:gmock', | 31 '../testing/gmock.gyp:gmock', |
| 32 '../testing/gtest.gyp:gtest', | 32 '../testing/gtest.gyp:gtest', |
| 33 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 33 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 34 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', | 34 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', |
| 35 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 35 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 36 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 36 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 37 'common/api/api.gyp:cast_channel_proto', | 37 'common/api/api.gyp:cast_channel_proto', |
| 38 'extensions.gyp:extensions_browser', | 38 'extensions.gyp:extensions_browser', |
| 39 'extensions.gyp:extensions_common', | 39 'extensions.gyp:extensions_common', |
| 40 'extensions.gyp:extensions_renderer', | 40 'extensions.gyp:extensions_renderer', |
| 41 'extensions.gyp:extensions_shell_and_test_pak', | 41 'extensions.gyp:extensions_shell_and_test_pak', |
| 42 'extensions.gyp:extensions_test_support', | 42 'extensions.gyp:extensions_test_support', |
| 43 'extensions.gyp:extensions_utility', | 43 'extensions.gyp:extensions_utility', |
| 44 'extensions_resources.gyp:extensions_resources', | 44 'extensions_resources.gyp:extensions_resources', |
| 45 'extensions_strings.gyp:extensions_strings', | 45 'extensions_strings.gyp:extensions_strings', |
| 46 ], | 46 ], |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'dependencies': [ | 149 'dependencies': [ |
| 150 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 150 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 151 ], | 151 ], |
| 152 }], | 152 }], |
| 153 ], | 153 ], |
| 154 } | 154 } |
| 155 ], | 155 ], |
| 156 }], | 156 }], |
| 157 ], | 157 ], |
| 158 } | 158 } |
| OLD | NEW |