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

Side by Side Diff: chrome/BUILD.gn

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Builds with gn using is_component_build=false. 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/locales.gni") 6 import("//build/config/locales.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/chrome_repack_locales.gni") 8 import("//chrome/chrome_repack_locales.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 10
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 } 483 }
484 if (!is_ios) { 484 if (!is_ios) {
485 sources += [ 485 sources += [
486 "$root_gen_dir/blink/public/resources/blink_resources.pak", 486 "$root_gen_dir/blink/public/resources/blink_resources.pak",
487 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", 487 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
488 "$root_gen_dir/content/content_resources.pak", 488 "$root_gen_dir/content/content_resources.pak",
489 ] 489 ]
490 } 490 }
491 if (is_chromeos) { 491 if (is_chromeos) {
492 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ] 492 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
493 sources += [ "$root_gen_dir/ui/oobe/oobe_ui_resources.pak" ]
493 deps += [ "//ui/file_manager:resources" ] 494 deps += [ "//ui/file_manager:resources" ]
495 deps += [ "//ui/oobe:resources" ]
494 } 496 }
495 if (enable_extensions) { 497 if (enable_extensions) {
496 sources += [ 498 sources += [
497 "$root_gen_dir/chrome/extensions_api_resources.pak", 499 "$root_gen_dir/chrome/extensions_api_resources.pak",
498 "$root_gen_dir/extensions/extensions_renderer_resources.pak", 500 "$root_gen_dir/extensions/extensions_renderer_resources.pak",
499 "$root_gen_dir/extensions/extensions_resources.pak", 501 "$root_gen_dir/extensions/extensions_resources.pak",
500 ] 502 ]
501 deps += [ "//chrome/common:extensions_api_resources" ] 503 deps += [ "//chrome/common:extensions_api_resources" ]
502 } 504 }
503 505
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "//chrome/browser/ui", 694 "//chrome/browser/ui",
693 "//chrome/child", 695 "//chrome/child",
694 "//chrome/plugin", 696 "//chrome/plugin",
695 "//chrome/renderer", 697 "//chrome/renderer",
696 "//chrome/utility", 698 "//chrome/utility",
697 "//components/enhanced_bookmarks", 699 "//components/enhanced_bookmarks",
698 "//content/public/app:browser", 700 "//content/public/app:browser",
699 ] 701 ]
700 } 702 }
701 } 703 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/chromeos/oobe/oobe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698