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

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

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add mojo/public/cpp/bindings typemap deps. 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
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 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "ash/keyboard_ui_service.h", 259 "ash/keyboard_ui_service.h",
260 "ash/launcher/chrome_mash_shelf_controller.cc", 260 "ash/launcher/chrome_mash_shelf_controller.cc",
261 "ash/launcher/chrome_mash_shelf_controller.h", 261 "ash/launcher/chrome_mash_shelf_controller.h",
262 ] 262 ]
263 deps += [ 263 deps += [
264 "//ash", 264 "//ash",
265 "//ash:ash_with_content", 265 "//ash:ash_with_content",
266 "//ash/strings", 266 "//ash/strings",
267 "//components/user_manager", 267 "//components/user_manager",
268 "//mash/shelf/public/interfaces", 268 "//mash/shelf/public/interfaces",
269 "//skia/public",
270 "//ui/app_list/presenter", 269 "//ui/app_list/presenter",
271 "//ui/app_list/presenter:mojom", 270 "//ui/app_list/presenter:mojom",
272 "//ui/keyboard:mojom", 271 "//ui/keyboard:mojom",
273 ] 272 ]
274 if (!is_chromeos) { 273 if (!is_chromeos) {
275 sources += rebase_path(gypi_values.chrome_browser_ui_ash_non_chromeos, 274 sources += rebase_path(gypi_values.chrome_browser_ui_ash_non_chromeos,
276 ".", 275 ".",
277 "//chrome") 276 "//chrome")
278 } 277 }
279 } else { # Not ash. 278 } else { # Not ash.
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 "//chrome/browser", 692 "//chrome/browser",
694 "//content/public/browser", 693 "//content/public/browser",
695 "//content/public/common", 694 "//content/public/common",
696 "//content/test:test_support", 695 "//content/test:test_support",
697 "//net:test_support", 696 "//net:test_support",
698 "//skia", 697 "//skia",
699 "//testing/gtest", 698 "//testing/gtest",
700 "//ui/base", 699 "//ui/base",
701 ] 700 ]
702 } 701 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698