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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 337 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
338 '<(DEPTH)/components/components.gyp:component_updater', | 338 '<(DEPTH)/components/components.gyp:component_updater', |
339 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 339 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
340 '<(DEPTH)/components/components.gyp:favicon_base', | 340 '<(DEPTH)/components/components.gyp:favicon_base', |
341 '<(DEPTH)/components/components.gyp:gcm_driver_common', | 341 '<(DEPTH)/components/components.gyp:gcm_driver_common', |
342 '<(DEPTH)/components/components.gyp:json_schema', | 342 '<(DEPTH)/components/components.gyp:json_schema', |
343 '<(DEPTH)/components/components.gyp:metrics', | 343 '<(DEPTH)/components/components.gyp:metrics', |
344 '<(DEPTH)/components/components.gyp:omnibox_common', | 344 '<(DEPTH)/components/components.gyp:omnibox_common', |
345 '<(DEPTH)/components/components.gyp:policy_component_common', | 345 '<(DEPTH)/components/components.gyp:policy_component_common', |
346 '<(DEPTH)/components/components.gyp:translate_core_common', | 346 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 347 '<(DEPTH)/components/components.gyp:url_formatter', |
347 '<(DEPTH)/components/components.gyp:variations', | 348 '<(DEPTH)/components/components.gyp:variations', |
348 '<(DEPTH)/content/content.gyp:content_common', | 349 '<(DEPTH)/content/content.gyp:content_common', |
349 '<(DEPTH)/crypto/crypto.gyp:crypto', | 350 '<(DEPTH)/crypto/crypto.gyp:crypto', |
350 '<(DEPTH)/net/net.gyp:net', | 351 '<(DEPTH)/net/net.gyp:net', |
351 '<(DEPTH)/skia/skia.gyp:skia', | 352 '<(DEPTH)/skia/skia.gyp:skia', |
352 '<(DEPTH)/skia/skia.gyp:skia_library', | 353 '<(DEPTH)/skia/skia.gyp:skia_library', |
353 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 354 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
354 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 355 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
355 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 356 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
356 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 357 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'sources': [ | 703 'sources': [ |
703 'common/resource_usage_reporter.mojom', | 704 'common/resource_usage_reporter.mojom', |
704 ], | 705 ], |
705 'dependencies': [ | 706 'dependencies': [ |
706 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 707 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
707 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 708 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
708 ], | 709 ], |
709 }, | 710 }, |
710 ], | 711 ], |
711 } | 712 } |
OLD | NEW |