| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 338 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
| 339 '<(DEPTH)/components/components.gyp:favicon_base', | 339 '<(DEPTH)/components/components.gyp:favicon_base', |
| 340 '<(DEPTH)/components/components.gyp:gcm_driver_common', | 340 '<(DEPTH)/components/components.gyp:gcm_driver_common', |
| 341 '<(DEPTH)/components/components.gyp:json_schema', | 341 '<(DEPTH)/components/components.gyp:json_schema', |
| 342 '<(DEPTH)/components/components.gyp:metrics', | 342 '<(DEPTH)/components/components.gyp:metrics', |
| 343 '<(DEPTH)/components/components.gyp:omnibox_common', | 343 '<(DEPTH)/components/components.gyp:omnibox_common', |
| 344 '<(DEPTH)/components/components.gyp:policy_component_common', | 344 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 345 '<(DEPTH)/components/components.gyp:translate_core_common', | 345 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 346 '<(DEPTH)/components/components.gyp:variations', | 346 '<(DEPTH)/components/components.gyp:variations', |
| 347 '<(DEPTH)/components/components.gyp:version_info', | 347 '<(DEPTH)/components/components.gyp:version_info', |
| 348 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', | |
| 349 '<(DEPTH)/content/content.gyp:content_common', | 348 '<(DEPTH)/content/content.gyp:content_common', |
| 350 '<(DEPTH)/crypto/crypto.gyp:crypto', | 349 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 351 '<(DEPTH)/net/net.gyp:net', | 350 '<(DEPTH)/net/net.gyp:net', |
| 352 '<(DEPTH)/skia/skia.gyp:skia', | 351 '<(DEPTH)/skia/skia.gyp:skia', |
| 353 '<(DEPTH)/skia/skia.gyp:skia_library', | 352 '<(DEPTH)/skia/skia.gyp:skia_library', |
| 354 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 353 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 355 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 354 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 356 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 355 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
| 357 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 356 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 358 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 357 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'sources': [ | 658 'sources': [ |
| 660 'common/resource_usage_reporter.mojom', | 659 'common/resource_usage_reporter.mojom', |
| 661 ], | 660 ], |
| 662 'dependencies': [ | 661 'dependencies': [ |
| 663 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 662 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 664 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 663 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 665 ], | 664 ], |
| 666 }, | 665 }, |
| 667 ], | 666 ], |
| 668 } | 667 } |
| OLD | NEW |