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

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: Sync and rebase. 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 | « chrome/browser/image_decoder.cc ('k') | chrome/browser/ui/ash/DEPS » ('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/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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "ash/keyboard_ui_service.h", 261 "ash/keyboard_ui_service.h",
262 "ash/launcher/chrome_mash_shelf_controller.cc", 262 "ash/launcher/chrome_mash_shelf_controller.cc",
263 "ash/launcher/chrome_mash_shelf_controller.h", 263 "ash/launcher/chrome_mash_shelf_controller.h",
264 ] 264 ]
265 deps += [ 265 deps += [
266 "//ash", 266 "//ash",
267 "//ash:ash_with_content", 267 "//ash:ash_with_content",
268 "//ash/strings", 268 "//ash/strings",
269 "//components/user_manager", 269 "//components/user_manager",
270 "//mash/shelf/public/interfaces", 270 "//mash/shelf/public/interfaces",
271 "//skia/public",
272 "//ui/app_list/presenter", 271 "//ui/app_list/presenter",
273 "//ui/app_list/presenter:mojom", 272 "//ui/app_list/presenter:mojom",
274 "//ui/keyboard:mojom", 273 "//ui/keyboard:mojom",
275 ] 274 ]
276 if (!is_chromeos) { 275 if (!is_chromeos) {
277 sources += rebase_path(gypi_values.chrome_browser_ui_ash_non_chromeos, 276 sources += rebase_path(gypi_values.chrome_browser_ui_ash_non_chromeos,
278 ".", 277 ".",
279 "//chrome") 278 "//chrome")
280 } 279 }
281 } else { # Not ash. 280 } else { # Not ash.
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "//chrome/browser", 693 "//chrome/browser",
695 "//content/public/browser", 694 "//content/public/browser",
696 "//content/public/common", 695 "//content/public/common",
697 "//content/test:test_support", 696 "//content/test:test_support",
698 "//net:test_support", 697 "//net:test_support",
699 "//skia", 698 "//skia",
700 "//testing/gtest", 699 "//testing/gtest",
701 "//ui/base", 700 "//ui/base",
702 ] 701 ]
703 } 702 }
OLDNEW
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/browser/ui/ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698