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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 946873002: chrome/browser: Enable more deps that were already converted to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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/BUILD.gn ('k') | no next file » | 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/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "//chrome") 324 "//chrome")
325 325
326 defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ] 326 defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ]
327 } 327 }
328 328
329 if (is_mac) { 329 if (is_mac) {
330 sources += 330 sources +=
331 rebase_path(gypi_values.chrome_browser_ui_mac_sources, ".", "//chrome") 331 rebase_path(gypi_values.chrome_browser_ui_mac_sources, ".", "//chrome")
332 deps += [ 332 deps += [
333 "//third_party/google_toolbox_for_mac", 333 "//third_party/google_toolbox_for_mac",
334 "//third_party/mozilla",
334 ":generate_localizer", 335 ":generate_localizer",
335 336
336 #'../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample_code ', TODO(GYP) 337 #'../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample_code ', TODO(GYP)
337 #'../third_party/molokocacao/molokocacao.gyp:molokocacao', TODO(GYP) 338 #'../third_party/molokocacao/molokocacao.gyp:molokocacao', TODO(GYP)
338 #'../third_party/mozilla/mozilla.gyp:mozilla', TODO(GYP)
339 ] 339 ]
340 include_dirs = [ "$target_gen_dir" ] 340 include_dirs = [ "$target_gen_dir" ]
341 libs += [ "Quartz.framework" ] 341 libs += [ "Quartz.framework" ]
342 configs += 342 configs +=
343 [ "//third_party/google_toolbox_for_mac:google_toolbox_for_mac_config" ] 343 [ "//third_party/google_toolbox_for_mac:google_toolbox_for_mac_config" ]
344 } else { # non-Mac. 344 } else { # non-Mac.
345 sources += rebase_path(gypi_values.chrome_browser_ui_non_mac_sources, 345 sources += rebase_path(gypi_values.chrome_browser_ui_non_mac_sources,
346 ".", 346 ".",
347 "//chrome") 347 "//chrome")
348 } 348 }
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "//chrome/browser", 517 "//chrome/browser",
518 "//content/public/browser", 518 "//content/public/browser",
519 "//content/public/common", 519 "//content/public/common",
520 "//content/test:test_support", 520 "//content/test:test_support",
521 "//net:test_support", 521 "//net:test_support",
522 "//skia", 522 "//skia",
523 "//testing/gtest", 523 "//testing/gtest",
524 "//ui/base", 524 "//ui/base",
525 ] 525 ]
526 } 526 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698