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

Side by Side Diff: chrome/browser/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 | « ash/sysui/shelf_delegate_mus.cc ('k') | chrome/browser/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/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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "//device/usb/public/interfaces", 376 "//device/usb/public/interfaces",
377 "//media", 377 "//media",
378 "//media/midi", 378 "//media/midi",
379 "//mojo/common", 379 "//mojo/common",
380 "//mojo/edk/system", 380 "//mojo/edk/system",
381 "//mojo/public/cpp/bindings", 381 "//mojo/public/cpp/bindings",
382 "//mojo/public/js", 382 "//mojo/public/js",
383 "//net:extras", 383 "//net:extras",
384 "//net:net_with_v8", 384 "//net:net_with_v8",
385 "//services/shell/public/cpp", 385 "//services/shell/public/cpp",
386 "//skia/public",
387 "//storage/browser", 386 "//storage/browser",
388 "//storage/common", 387 "//storage/common",
389 "//third_party/WebKit/public:image_resources", 388 "//third_party/WebKit/public:image_resources",
390 "//third_party/WebKit/public:resources", 389 "//third_party/WebKit/public:resources",
391 "//third_party/kasko", 390 "//third_party/kasko",
392 "//third_party/leveldatabase", 391 "//third_party/leveldatabase",
393 "//third_party/libaddressinput", 392 "//third_party/libaddressinput",
394 "//third_party/libyuv", 393 "//third_party/libyuv",
395 "//third_party/re2", 394 "//third_party/re2",
396 "//third_party/smhasher:cityhash", 395 "//third_party/smhasher:cityhash",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1341 deps = [ 1340 deps = [
1342 "//components/google/core/browser", 1341 "//components/google/core/browser",
1343 "//components/omnibox/browser", 1342 "//components/omnibox/browser",
1344 "//components/rlz", 1343 "//components/rlz",
1345 "//components/search_engines", 1344 "//components/search_engines",
1346 "//rlz:rlz_lib", 1345 "//rlz:rlz_lib",
1347 ] 1346 ]
1348 } 1347 }
1349 } 1348 }
OLDNEW
« no previous file with comments | « ash/sysui/shelf_delegate_mus.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698