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

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

Issue 1423063004: Allow Chrome to bind an Application request from mojo_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: . Created 5 years, 1 month 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 | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/chrome_browser_main.cc » ('J')
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/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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 if (is_desktop_linux) { 560 if (is_desktop_linux) {
561 sources += rebase_path(gypi_values.chrome_browser_libsecret_sources, 561 sources += rebase_path(gypi_values.chrome_browser_libsecret_sources,
562 ".", 562 ".",
563 "//chrome") 563 "//chrome")
564 defines += [ "USE_LIBSECRET" ] 564 defines += [ "USE_LIBSECRET" ]
565 } 565 }
566 if (use_aura) { 566 if (use_aura) {
567 sources += 567 sources +=
568 rebase_path(gypi_values.chrome_browser_aura_sources, ".", "//chrome") 568 rebase_path(gypi_values.chrome_browser_aura_sources, ".", "//chrome")
569 deps += [ 569 deps += [
570 "//mojo/runner/child:lib",
570 "//ui/aura", 571 "//ui/aura",
571 "//ui/compositor", 572 "//ui/compositor",
572 "//ui/keyboard", 573 "//ui/keyboard",
573 "//ui/keyboard:keyboard_with_content", 574 "//ui/keyboard:keyboard_with_content",
574 ] 575 ]
576 defines += [ "MOJO_RUNNER_CLIENT" ]
575 } 577 }
576 if (ui_compositor_image_transport) { 578 if (ui_compositor_image_transport) {
577 deps += [ "//ui/gl" ] 579 deps += [ "//ui/gl" ]
578 } 580 }
579 581
580 if (use_ash) { 582 if (use_ash) {
581 sources += 583 sources +=
582 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") 584 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome")
583 } 585 }
584 586
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1246 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1245 deps = [ 1247 deps = [
1246 "//components/google/core/browser", 1248 "//components/google/core/browser",
1247 "//components/omnibox/browser", 1249 "//components/omnibox/browser",
1248 "//components/rlz", 1250 "//components/rlz",
1249 "//components/search_engines", 1251 "//components/search_engines",
1250 "//rlz:rlz_lib", 1252 "//rlz:rlz_lib",
1251 ] 1253 ]
1252 } 1254 }
1253 } 1255 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/chrome_browser_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698