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

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

Issue 2765563002: Move and rename Chrome's AppLauncherId to ash::AppLaunchId. (Closed)
Patch Set: Add example commment. Created 3 years, 9 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/public/cpp/app_launch_id.cc ('k') | chrome/browser/ui/ash/app_launcher_id.h » ('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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 ] 1270 ]
1271 if (enable_rlz) { 1271 if (enable_rlz) {
1272 deps += [ "//chrome/browser:rlz" ] 1272 deps += [ "//chrome/browser:rlz" ]
1273 } 1273 }
1274 } 1274 }
1275 if (use_cups) { 1275 if (use_cups) {
1276 configs += [ "//printing:cups" ] 1276 configs += [ "//printing:cups" ]
1277 } 1277 }
1278 if (use_ash) { 1278 if (use_ash) {
1279 sources += [ 1279 sources += [
1280 "ash/app_launcher_id.cc",
1281 "ash/app_launcher_id.h",
1282 "ash/app_list/app_list_controller_ash.cc", 1280 "ash/app_list/app_list_controller_ash.cc",
1283 "ash/app_list/app_list_controller_ash.h", 1281 "ash/app_list/app_list_controller_ash.h",
1284 "ash/app_list/app_list_presenter_delegate_mus.cc", 1282 "ash/app_list/app_list_presenter_delegate_mus.cc",
1285 "ash/app_list/app_list_presenter_delegate_mus.h", 1283 "ash/app_list/app_list_presenter_delegate_mus.h",
1286 "ash/app_list/app_list_presenter_service.cc", 1284 "ash/app_list/app_list_presenter_service.cc",
1287 "ash/app_list/app_list_presenter_service.h", 1285 "ash/app_list/app_list_presenter_service.h",
1288 "ash/app_list/app_list_service_ash.cc", 1286 "ash/app_list/app_list_service_ash.cc",
1289 "ash/app_list/app_list_service_ash.h", 1287 "ash/app_list/app_list_service_ash.h",
1290 "ash/app_list/app_sync_ui_state_watcher.cc", 1288 "ash/app_list/app_sync_ui_state_watcher.cc",
1291 "ash/app_list/app_sync_ui_state_watcher.h", 1289 "ash/app_list/app_sync_ui_state_watcher.h",
(...skipping 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3529 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3530 "test/test_confirm_bubble_model.h",
3533 ] 3531 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3532 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3533 }
3536 3534
3537 if (enable_extensions) { 3535 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3536 deps += [ "//extensions/browser" ]
3539 } 3537 }
3540 } 3538 }
OLDNEW
« no previous file with comments | « ash/public/cpp/app_launch_id.cc ('k') | chrome/browser/ui/ash/app_launcher_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698