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

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

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/renderer/BUILD.gn » ('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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 gypi_values = exec_script( 7 gypi_values = exec_script(
8 "//build/gypi_to_gn.py", 8 "//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_common.gypi") ], 9 [ rebase_path("../chrome_common.gypi") ],
10 "scope", 10 "scope",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 sources -= [ 201 sources -= [
202 "chrome_version_info_posix.cc", 202 "chrome_version_info_posix.cc",
203 ] 203 ]
204 deps += [ 204 deps += [
205 "//third_party/mach_override", 205 "//third_party/mach_override",
206 "//third_party/google_toolbox_for_mac", 206 "//third_party/google_toolbox_for_mac",
207 ] 207 ]
208 } 208 }
209 209
210 if (enable_remoting) { 210 if (enable_remoting) {
211 #deps += [ '../remoting/remoting.gyp:remoting_client_plugin' ] TODO(GYP) 211 deps += [ "//remoting/client/plugin" ]
212 } 212 }
213 if (enable_plugins) { 213 if (enable_plugins) {
214 deps += [ 214 deps += [
215 "//third_party/adobe/flash:flapper_version_h", 215 "//third_party/adobe/flash:flapper_version_h",
216 ] 216 ]
217 } else { 217 } else {
218 sources -= [ "pepper_permission_util.cc" ] 218 sources -= [ "pepper_permission_util.cc" ]
219 } 219 }
220 if (!enable_webrtc) { 220 if (!enable_webrtc) {
221 sources -= [ "media/webrtc_logging_messages.h" ] 221 sources -= [ "media/webrtc_logging_messages.h" ]
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "//components/bookmarks/common", 284 "//components/bookmarks/common",
285 "//third_party/widevine/cdm:version_h", 285 "//third_party/widevine/cdm:version_h",
286 ] 286 ]
287 287
288 if (enable_nacl) { 288 if (enable_nacl) {
289 deps += [ 289 deps += [
290 #'../components/nacl.gyp:nacl_switches', TODO(GYP) 290 #'../components/nacl.gyp:nacl_switches', TODO(GYP)
291 ] 291 ]
292 } 292 }
293 } 293 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698