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

Side by Side Diff: chrome/BUILD.gn

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 years, 6 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 | « build/gn_migration.gypi ('k') | chrome/browser/chromeos/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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/chrome_repack_locales.gni") 9 import("//chrome/chrome_repack_locales.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "$root_gen_dir/content/content_resources.pak", 537 "$root_gen_dir/content/content_resources.pak",
538 ] 538 ]
539 deps += [ 539 deps += [
540 "//content:resources", 540 "//content:resources",
541 "//content/browser/tracing:resources", 541 "//content/browser/tracing:resources",
542 "//third_party/WebKit/public:resources", 542 "//third_party/WebKit/public:resources",
543 ] 543 ]
544 } 544 }
545 if (is_chromeos) { 545 if (is_chromeos) {
546 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ] 546 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
547 sources += [ "$root_gen_dir/ui/oobe/oobe_resources.pak" ]
548 deps += [ "//ui/file_manager:resources" ] 547 deps += [ "//ui/file_manager:resources" ]
549 deps += [ "//ui/oobe:resources" ]
550 } 548 }
551 if (enable_extensions) { 549 if (enable_extensions) {
552 sources += [ 550 sources += [
553 "$root_gen_dir/chrome/extensions_api_resources.pak", 551 "$root_gen_dir/chrome/extensions_api_resources.pak",
554 "$root_gen_dir/extensions/extensions_renderer_resources.pak", 552 "$root_gen_dir/extensions/extensions_renderer_resources.pak",
555 "$root_gen_dir/extensions/extensions_resources.pak", 553 "$root_gen_dir/extensions/extensions_resources.pak",
556 ] 554 ]
557 deps += [ 555 deps += [
558 "//chrome/common:extensions_api_resources", 556 "//chrome/common:extensions_api_resources",
559 "//extensions:extensions_resources", 557 "//extensions:extensions_resources",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 800
803 args = [ 801 args = [
804 rebase_path(infile, root_build_dir), 802 rebase_path(infile, root_build_dir),
805 rebase_path(outfile, root_build_dir), 803 rebase_path(outfile, root_build_dir),
806 "-e s/@@NAME@@/$name/", 804 "-e s/@@NAME@@/$name/",
807 "-e s/@@FILENAME@@/$filename/", 805 "-e s/@@FILENAME@@/$filename/",
808 "-e s/@@CONFDIR@@/$confdir/", 806 "-e s/@@CONFDIR@@/$confdir/",
809 ] 807 ]
810 } 808 }
811 } 809 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698