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

Side by Side Diff: chrome/BUILD.gn

Issue 2026973002: Moves ash/wm/common/resources back to ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete revived file Created 4 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 | « ash/wm/common/workspace/phantom_window_controller.cc ('k') | chrome/app/mash/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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 sources += [ 1288 sources += [
1289 "$root_gen_dir/blink/public/resources/blink_image_resources_${percent}_p ercent.pak", 1289 "$root_gen_dir/blink/public/resources/blink_image_resources_${percent}_p ercent.pak",
1290 "$root_gen_dir/content/app/resources/content_resources_${percent}_percen t.pak", 1290 "$root_gen_dir/content/app/resources/content_resources_${percent}_percen t.pak",
1291 ] 1291 ]
1292 deps += [ 1292 deps += [
1293 "//content/app/resources", 1293 "//content/app/resources",
1294 "//third_party/WebKit/public:image_resources", 1294 "//third_party/WebKit/public:image_resources",
1295 ] 1295 ]
1296 } 1296 }
1297 if (use_ash) { 1297 if (use_ash) {
1298 sources += [ 1298 sources +=
1299 "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak", 1299 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
1300 "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_${percent }_percent.pak", 1300 deps += [ "//ash/resources" ]
1301 ]
1302 deps += [
1303 "//ash/resources",
1304 "//ash/wm/common/resources",
1305 ]
1306 } 1301 }
1307 if (toolkit_views) { 1302 if (toolkit_views) {
1308 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_ percent.pak" ] 1303 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_ percent.pak" ]
1309 deps += [ "//ui/views/resources" ] 1304 deps += [ "//ui/views/resources" ]
1310 } 1305 }
1311 if (is_chromeos) { 1306 if (is_chromeos) {
1312 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${ percent}_percent.pak" ] 1307 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${ percent}_percent.pak" ]
1313 deps += [ "//ui/chromeos/resources" ] 1308 deps += [ "//ui/chromeos/resources" ]
1314 } 1309 }
1315 if (enable_extensions) { 1310 if (enable_extensions) {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1563 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1569 "//chrome/tools/build/linux/chrome-wrapper", 1564 "//chrome/tools/build/linux/chrome-wrapper",
1570 "//third_party/xdg-utils/scripts/xdg-mime", 1565 "//third_party/xdg-utils/scripts/xdg-mime",
1571 "//third_party/xdg-utils/scripts/xdg-settings", 1566 "//third_party/xdg-utils/scripts/xdg-settings",
1572 ] 1567 ]
1573 outputs = [ 1568 outputs = [
1574 "$root_out_dir/{{source_file_part}}", 1569 "$root_out_dir/{{source_file_part}}",
1575 ] 1570 ]
1576 } 1571 }
1577 } 1572 }
OLDNEW
« no previous file with comments | « ash/wm/common/workspace/phantom_window_controller.cc ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698