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

Side by Side Diff: extensions/BUILD.gn

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 import("//testing/test.gni") 4 import("//testing/test.gni")
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 group("extensions_resources") { 10 group("extensions_resources") {
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "//chrome/renderer", 273 "//chrome/renderer",
274 "//components/autofill/content/browser:risk_proto", 274 "//components/autofill/content/browser:risk_proto",
275 "//components/autofill/content/renderer:test_support", 275 "//components/autofill/content/renderer:test_support",
276 "//components/captive_portal:test_support", 276 "//components/captive_portal:test_support",
277 "//components/dom_distiller/content/browser", 277 "//components/dom_distiller/content/browser",
278 "//components/dom_distiller/core:test_support", 278 "//components/dom_distiller/core:test_support",
279 "//components/guest_view/browser:test_support", 279 "//components/guest_view/browser:test_support",
280 "//components/resources", 280 "//components/resources",
281 "//components/strings", 281 "//components/strings",
282 "//components/sync", 282 "//components/sync",
283 "//components/sync:test_support_sync_api", 283 "//components/sync:test_support_sync_model",
284 "//components/translate/core/common", 284 "//components/translate/core/common",
285 "//crypto:platform", 285 "//crypto:platform",
286 "//crypto:test_support", 286 "//crypto:test_support",
287 "//device/bluetooth:mocks", 287 "//device/bluetooth:mocks",
288 "//device/serial:test_support", 288 "//device/serial:test_support",
289 "//extensions/common/api", 289 "//extensions/common/api",
290 "//google_apis:test_support", 290 "//google_apis:test_support",
291 "//media", 291 "//media",
292 "//media/base:test_support", 292 "//media/base:test_support",
293 "//media/cast:test_support", 293 "//media/cast:test_support",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "//testing/gtest", 349 "//testing/gtest",
350 "//third_party/hunspell", 350 "//third_party/hunspell",
351 "//third_party/icu", 351 "//third_party/icu",
352 "//third_party/libpng", 352 "//third_party/libpng",
353 "//third_party/zlib", 353 "//third_party/zlib",
354 "//ui/base:test_support", 354 "//ui/base:test_support",
355 "//ui/resources:ui_test_pak", 355 "//ui/resources:ui_test_pak",
356 "//ui/web_dialogs:test_support", 356 "//ui/web_dialogs:test_support",
357 ] 357 ]
358 } 358 }
OLDNEW
« no previous file with comments | « components/wifi_sync/wifi_credential_syncable_service_unittest.cc ('k') | extensions/browser/app_sorting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698