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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 '<(DEPTH)/components/components.gyp:crash_core_common', | 331 '<(DEPTH)/components/components.gyp:crash_core_common', |
332 '<(DEPTH)/components/components.gyp:error_page_common', | 332 '<(DEPTH)/components/components.gyp:error_page_common', |
333 '<(DEPTH)/components/components.gyp:favicon_base', | 333 '<(DEPTH)/components/components.gyp:favicon_base', |
334 '<(DEPTH)/components/components.gyp:flags_ui_switches', | 334 '<(DEPTH)/components/components.gyp:flags_ui_switches', |
335 '<(DEPTH)/components/components.gyp:gcm_driver_common', | 335 '<(DEPTH)/components/components.gyp:gcm_driver_common', |
336 '<(DEPTH)/components/components.gyp:json_schema', | 336 '<(DEPTH)/components/components.gyp:json_schema', |
337 '<(DEPTH)/components/components.gyp:metrics', | 337 '<(DEPTH)/components/components.gyp:metrics', |
338 '<(DEPTH)/components/components.gyp:metrics_net', | 338 '<(DEPTH)/components/components.gyp:metrics_net', |
339 '<(DEPTH)/components/components.gyp:omnibox_common', | 339 '<(DEPTH)/components/components.gyp:omnibox_common', |
340 '<(DEPTH)/components/components.gyp:policy_component_common', | 340 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 341 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 342 # crbug.com/577698 |
| 343 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', |
341 '<(DEPTH)/components/components.gyp:translate_core_common', | 344 '<(DEPTH)/components/components.gyp:translate_core_common', |
342 '<(DEPTH)/components/components.gyp:variations', | 345 '<(DEPTH)/components/components.gyp:variations', |
343 '<(DEPTH)/components/components.gyp:version_info', | 346 '<(DEPTH)/components/components.gyp:version_info', |
344 '<(DEPTH)/components/components_strings.gyp:components_strings', | 347 '<(DEPTH)/components/components_strings.gyp:components_strings', |
345 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', | 348 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', |
346 '<(DEPTH)/content/content.gyp:content_common', | 349 '<(DEPTH)/content/content.gyp:content_common', |
347 '<(DEPTH)/crypto/crypto.gyp:crypto', | 350 '<(DEPTH)/crypto/crypto.gyp:crypto', |
348 '<(DEPTH)/net/net.gyp:net', | 351 '<(DEPTH)/net/net.gyp:net', |
349 '<(DEPTH)/skia/skia.gyp:skia', | 352 '<(DEPTH)/skia/skia.gyp:skia', |
350 '<(DEPTH)/skia/skia.gyp:skia_library', | 353 '<(DEPTH)/skia/skia.gyp:skia_library', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 'sources': [ | 640 'sources': [ |
638 'common/resource_usage_reporter.mojom', | 641 'common/resource_usage_reporter.mojom', |
639 ], | 642 ], |
640 'dependencies': [ | 643 'dependencies': [ |
641 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 644 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
642 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 645 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
643 ], | 646 ], |
644 }, | 647 }, |
645 ], | 648 ], |
646 } | 649 } |
OLD | NEW |