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

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

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 sources += rebase_path(gypi_values.chrome_browser_ui_x11_sources, 402 sources += rebase_path(gypi_values.chrome_browser_ui_x11_sources,
403 ".", 403 ".",
404 "//chrome") 404 "//chrome")
405 configs += [ "//build/config/linux:x11" ] 405 configs += [ "//build/config/linux:x11" ]
406 deps += [ "//ui/events/devices" ] 406 deps += [ "//ui/events/devices" ]
407 if (is_chromeos) { 407 if (is_chromeos) {
408 sources -= [ "views/tabs/window_finder_x11.cc" ] 408 sources -= [ "views/tabs/window_finder_x11.cc" ]
409 } 409 }
410 } 410 }
411 } 411 }
412 if (!is_ios && !is_android) {
sky 2014/12/05 23:51:51 Move to block on 128.
Charlie 2014/12/06 00:48:20 Done.
413 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
414 ".", "//chrome")
415 deps += [ "//components/copresence" ]
416 }
412 417
413 if (enable_app_list) { 418 if (enable_app_list) {
414 sources += rebase_path(gypi_values.chrome_browser_ui_app_list_sources, 419 sources += rebase_path(gypi_values.chrome_browser_ui_app_list_sources,
415 ".", 420 ".",
416 "//chrome") 421 "//chrome")
417 deps += [ "//ui/app_list" ] 422 deps += [ "//ui/app_list" ]
418 } else { 423 } else {
419 sources += rebase_path(gypi_values.chrome_browser_ui_non_app_list_sources, 424 sources += rebase_path(gypi_values.chrome_browser_ui_non_app_list_sources,
420 ".", 425 ".",
421 "//chrome") 426 "//chrome")
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "//chrome/browser", 532 "//chrome/browser",
528 "//content/public/browser", 533 "//content/public/browser",
529 "//content/public/common", 534 "//content/public/common",
530 "//content/test:test_support", 535 "//content/test:test_support",
531 "//net:test_support", 536 "//net:test_support",
532 "//skia", 537 "//skia",
533 "//testing/gtest", 538 "//testing/gtest",
534 "//ui/base", 539 "//ui/base",
535 ] 540 ]
536 } 541 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/copresence.js ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698