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

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

Issue 498393002: Windows fixes for GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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( 9 gypi_values = exec_script(
10 "//build/gypi_to_gn.py", 10 "//build/gypi_to_gn.py",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 ] 302 ]
303 } else { # non-Mac. 303 } else { # non-Mac.
304 sources += rebase_path(gypi_values.chrome_browser_ui_non_mac_sources, 304 sources += rebase_path(gypi_values.chrome_browser_ui_non_mac_sources,
305 ".", "//chrome") 305 ".", "//chrome")
306 } 306 }
307 307
308 if (is_win) { 308 if (is_win) {
309 sources += rebase_path(gypi_values.chrome_browser_ui_win_sources, 309 sources += rebase_path(gypi_values.chrome_browser_ui_win_sources,
310 ".", "//chrome") 310 ".", "//chrome")
311 deps += [ 311 deps += [
312 "//chrome/browser/installer/util:strings", 312 "//chrome/installer/util:strings",
313 "//third_party/wtl", 313 "//third_party/wtl",
314 "//third_party/iaccessible2", 314 "//third_party/iaccessible2",
315 "//third_party/isimpledom", 315 "//third_party/isimpledom",
316 "//ui/app_list", 316 "//ui/app_list",
317 "//ui/views", 317 "//ui/views",
318 "//ui/views/controls/webview", 318 "//ui/views/controls/webview",
319 #'metro_utils', TODO(GYP) 319 #'metro_utils', TODO(GYP)
320 #'../google_update/google_update.gyp:google_update', TODO(GYP) 320 #'../google_update/google_update.gyp:google_update', TODO(GYP)
321 ] 321 ]
322 forward_dependent_configs_from += [ 322 forward_dependent_configs_from += [
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 script = "//chrome/tools/build/mac/generate_localizer" 411 script = "//chrome/tools/build/mac/generate_localizer"
412 sources = [ ] 412 sources = [ ]
413 table_path = "$target_gen_dir/ui_localizer_table.h" 413 table_path = "$target_gen_dir/ui_localizer_table.h"
414 outputs = [ table_path ] 414 outputs = [ table_path ]
415 args = [ rebase_path(table_path, root_build_dir) ] + 415 args = [ rebase_path(table_path, root_build_dir) ] +
416 rebase_path(nib_gypi_values.mac_translated_xibs, 416 rebase_path(nib_gypi_values.mac_translated_xibs,
417 root_build_dir, 417 root_build_dir,
418 "//chrome") 418 "//chrome")
419 } 419 }
420 } 420 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698