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

Side by Side Diff: extensions/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 | « components/wifi_sync/wifi_security_class.h ('k') | extensions/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 # TODO(rockot) bug 505926: Don't include chrome files from here. 5 # TODO(rockot) bug 505926: Don't include chrome files from here.
6 # See chrome_browser_tests_extensions_sources below 6 # See chrome_browser_tests_extensions_sources below
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//extensions/extensions.gni") 8 import("//extensions/extensions.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "//chrome/common/extensions/api", 280 "//chrome/common/extensions/api",
281 "//chrome/renderer", 281 "//chrome/renderer",
282 "//components/autofill/content/browser:risk_proto", 282 "//components/autofill/content/browser:risk_proto",
283 "//components/autofill/content/renderer:test_support", 283 "//components/autofill/content/renderer:test_support",
284 "//components/captive_portal:test_support", 284 "//components/captive_portal:test_support",
285 "//components/dom_distiller/content/browser", 285 "//components/dom_distiller/content/browser",
286 "//components/dom_distiller/core:test_support", 286 "//components/dom_distiller/core:test_support",
287 "//components/guest_view/browser:test_support", 287 "//components/guest_view/browser:test_support",
288 "//components/resources", 288 "//components/resources",
289 "//components/strings", 289 "//components/strings",
290 "//components/sync",
291 "//components/sync:test_support_sync_api",
290 "//components/translate/core/common", 292 "//components/translate/core/common",
291 "//crypto:platform", 293 "//crypto:platform",
292 "//crypto:test_support", 294 "//crypto:test_support",
293 "//device/bluetooth:mocks", 295 "//device/bluetooth:mocks",
294 "//device/serial:test_support", 296 "//device/serial:test_support",
295 "//extensions/common/api", 297 "//extensions/common/api",
296 "//google_apis:test_support", 298 "//google_apis:test_support",
297 "//media", 299 "//media",
298 "//media/base:test_support", 300 "//media/base:test_support",
299 "//media/cast:test_support", 301 "//media/cast:test_support",
300 "//net", 302 "//net",
301 "//net:test_support", 303 "//net:test_support",
302 "//sdch", 304 "//sdch",
303 "//skia", 305 "//skia",
304 "//sync",
305 "//sync:test_support_sync_api",
306 "//testing/gmock", 306 "//testing/gmock",
307 "//testing/gtest", 307 "//testing/gtest",
308 "//testing/perf", 308 "//testing/perf",
309 "//third_party/WebKit/public:blink", 309 "//third_party/WebKit/public:blink",
310 "//third_party/cacheinvalidation", 310 "//third_party/cacheinvalidation",
311 "//third_party/icu", 311 "//third_party/icu",
312 "//third_party/leveldatabase", 312 "//third_party/leveldatabase",
313 "//third_party/libaddressinput", 313 "//third_party/libaddressinput",
314 "//third_party/libjingle", 314 "//third_party/libjingle",
315 "//third_party/webrtc/modules/desktop_capture", 315 "//third_party/webrtc/modules/desktop_capture",
(...skipping 22 matching lines...) Expand all
338 338
339 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 339 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
340 340
341 # These are the deps from interactive_uitests minus some internal Chrome 341 # These are the deps from interactive_uitests minus some internal Chrome
342 # ones that aren't allowed to be included here and that aren't needed. 342 # ones that aren't allowed to be included here and that aren't needed.
343 deps = [ 343 deps = [
344 "//chrome/browser", 344 "//chrome/browser",
345 "//chrome/browser/devtools", 345 "//chrome/browser/devtools",
346 "//chrome/renderer", 346 "//chrome/renderer",
347 "//chrome/test:test_support", 347 "//chrome/test:test_support",
348 "//components/sync",
348 "//content/app/resources", 349 "//content/app/resources",
349 "//crypto:platform", 350 "//crypto:platform",
350 "//crypto:test_support", 351 "//crypto:test_support",
351 "//google_apis:test_support", 352 "//google_apis:test_support",
352 "//net", 353 "//net",
353 "//net:net_resources", 354 "//net:net_resources",
354 "//net:test_support", 355 "//net:test_support",
355 "//skia", 356 "//skia",
356 "//sync",
357 "//testing/gmock", 357 "//testing/gmock",
358 "//testing/gtest", 358 "//testing/gtest",
359 "//third_party/hunspell", 359 "//third_party/hunspell",
360 "//third_party/icu", 360 "//third_party/icu",
361 "//third_party/libpng", 361 "//third_party/libpng",
362 "//third_party/zlib", 362 "//third_party/zlib",
363 "//ui/base:test_support", 363 "//ui/base:test_support",
364 "//ui/resources:ui_test_pak", 364 "//ui/resources:ui_test_pak",
365 "//ui/web_dialogs:test_support", 365 "//ui/web_dialogs:test_support",
366 ] 366 ]
367 } 367 }
OLDNEW
« no previous file with comments | « components/wifi_sync/wifi_security_class.h ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698