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: content/shell/BUILD.gn

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 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 | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "//media", 252 "//media",
253 "//net", 253 "//net",
254 "//net:net_resources", 254 "//net:net_resources",
255 "//skia", 255 "//skia",
256 "//storage/browser", 256 "//storage/browser",
257 "//third_party/WebKit/public:blink", 257 "//third_party/WebKit/public:blink",
258 "//third_party/WebKit/public:resources", 258 "//third_party/WebKit/public:resources",
259 "//third_party/WebKit/public:test_support", 259 "//third_party/WebKit/public:test_support",
260 "//third_party/icu", 260 "//third_party/icu",
261 "//ui/base", 261 "//ui/base",
262 "//ui/base/ime",
262 "//ui/events:events_base", 263 "//ui/events:events_base",
263 "//ui/gfx", 264 "//ui/gfx",
264 "//ui/gfx/geometry", 265 "//ui/gfx/geometry",
265 "//ui/gfx/ipc", 266 "//ui/gfx/ipc",
266 "//ui/gl", 267 "//ui/gl",
267 "//url", 268 "//url",
268 "//v8", 269 "//v8",
269 270
270 #'copy_test_netscape_plugin', TODO(GYP) 271 #'copy_test_netscape_plugin', TODO(GYP)
271 ] 272 ]
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 # image diff rather than having content shell depend on it. 518 # image diff rather than having content shell depend on it.
518 datadeps = [ 519 datadeps = [
519 "//tools/imagediff($host_toolchain)", 520 "//tools/imagediff($host_toolchain)",
520 ] 521 ]
521 } 522 }
522 } 523 }
523 } else { 524 } else {
524 group("content_shell") { 525 group("content_shell") {
525 } 526 }
526 } 527 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698