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

Side by Side Diff: chrome/common/BUILD.gn

Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Patch Set: Fix namespace. Created 4 years 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
« no previous file with comments | « no previous file | chrome/common/variations/child_process_field_trial_syncer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "switch_utils.h", 143 "switch_utils.h",
144 "trace_event_args_whitelist.cc", 144 "trace_event_args_whitelist.cc",
145 "trace_event_args_whitelist.h", 145 "trace_event_args_whitelist.h",
146 "tts_messages.h", 146 "tts_messages.h",
147 "tts_utterance_request.cc", 147 "tts_utterance_request.cc",
148 "tts_utterance_request.h", 148 "tts_utterance_request.h",
149 "url_constants.cc", 149 "url_constants.cc",
150 "url_constants.h", 150 "url_constants.h",
151 "v8_breakpad_support_win.cc", 151 "v8_breakpad_support_win.cc",
152 "v8_breakpad_support_win.h", 152 "v8_breakpad_support_win.h",
153 "variations/child_process_field_trial_syncer.cc",
154 "variations/child_process_field_trial_syncer.h",
155 "web_application_info.cc", 153 "web_application_info.cc",
156 "web_application_info.h", 154 "web_application_info.h",
157 "widevine_cdm_constants.cc", 155 "widevine_cdm_constants.cc",
158 "widevine_cdm_constants.h", 156 "widevine_cdm_constants.h",
159 ] 157 ]
160 defines = [] 158 defines = []
161 159
162 configs += [ 160 configs += [
163 "//build/config:precompiled_headers", 161 "//build/config:precompiled_headers",
164 "//build/config/compiler:wexit_time_destructors", 162 "//build/config/compiler:wexit_time_destructors",
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "conflicts/module_event_win.mojom", 671 "conflicts/module_event_win.mojom",
674 "network_diagnostics.mojom", 672 "network_diagnostics.mojom",
675 "resource_usage_reporter.mojom", 673 "resource_usage_reporter.mojom",
676 "shell_handler_win.mojom", 674 "shell_handler_win.mojom",
677 ] 675 ]
678 676
679 public_deps = [ 677 public_deps = [
680 "//url/mojo:url_mojom_gurl", 678 "//url/mojo:url_mojom_gurl",
681 ] 679 ]
682 } 680 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/variations/child_process_field_trial_syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698