Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: chrome/chrome_common.gypi

Issue 1209743002: Generate a static struct from fieldtrial_testing_config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_nested_structs
Patch Set: fix gn build Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'installer_util', 330 'installer_util',
331 'safe_browsing_proto', 331 'safe_browsing_proto',
332 '<(DEPTH)/base/base.gyp:base', 332 '<(DEPTH)/base/base.gyp:base',
333 '<(DEPTH)/base/base.gyp:base_i18n', 333 '<(DEPTH)/base/base.gyp:base_i18n',
334 '<(DEPTH)/base/base.gyp:base_prefs', 334 '<(DEPTH)/base/base.gyp:base_prefs',
335 '<(DEPTH)/base/base.gyp:base_static', 335 '<(DEPTH)/base/base.gyp:base_static',
336 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 336 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
337 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 337 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
338 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 338 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
339 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 339 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
340 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config',
340 '<(DEPTH)/components/components.gyp:cloud_devices_common', 341 '<(DEPTH)/components/components.gyp:cloud_devices_common',
341 '<(DEPTH)/components/components.gyp:component_updater', 342 '<(DEPTH)/components/components.gyp:component_updater',
342 '<(DEPTH)/components/components.gyp:content_settings_core_common', 343 '<(DEPTH)/components/components.gyp:content_settings_core_common',
343 '<(DEPTH)/components/components.gyp:favicon_base', 344 '<(DEPTH)/components/components.gyp:favicon_base',
344 '<(DEPTH)/components/components.gyp:json_schema', 345 '<(DEPTH)/components/components.gyp:json_schema',
345 '<(DEPTH)/components/components.gyp:metrics', 346 '<(DEPTH)/components/components.gyp:metrics',
346 '<(DEPTH)/components/components.gyp:policy_component_common', 347 '<(DEPTH)/components/components.gyp:policy_component_common',
347 '<(DEPTH)/components/components.gyp:translate_core_common', 348 '<(DEPTH)/components/components.gyp:translate_core_common',
348 '<(DEPTH)/components/components.gyp:variations', 349 '<(DEPTH)/components/components.gyp:variations',
349 '<(DEPTH)/content/content.gyp:content_common', 350 '<(DEPTH)/content/content.gyp:content_common',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'sources': [ 707 'sources': [
707 'common/resource_usage_reporter.mojom', 708 'common/resource_usage_reporter.mojom',
708 ], 709 ],
709 'dependencies': [ 710 'dependencies': [
710 '../mojo/mojo_base.gyp:mojo_environment_chromium', 711 '../mojo/mojo_base.gyp:mojo_environment_chromium',
711 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 712 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
712 ], 713 ],
713 }, 714 },
714 ], 715 ],
715 } 716 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698