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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2844963003: Introduce extensions::CreateUrlCollectionFromForm (Closed)
Patch Set: Revert One-Liner Created 3 years, 7 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 | « no previous file | chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h » ('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("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "api/passwords_private/passwords_private_api.h", 312 "api/passwords_private/passwords_private_api.h",
313 "api/passwords_private/passwords_private_delegate.h", 313 "api/passwords_private/passwords_private_delegate.h",
314 "api/passwords_private/passwords_private_delegate_factory.cc", 314 "api/passwords_private/passwords_private_delegate_factory.cc",
315 "api/passwords_private/passwords_private_delegate_factory.h", 315 "api/passwords_private/passwords_private_delegate_factory.h",
316 "api/passwords_private/passwords_private_delegate_impl.cc", 316 "api/passwords_private/passwords_private_delegate_impl.cc",
317 "api/passwords_private/passwords_private_delegate_impl.h", 317 "api/passwords_private/passwords_private_delegate_impl.h",
318 "api/passwords_private/passwords_private_event_router.cc", 318 "api/passwords_private/passwords_private_event_router.cc",
319 "api/passwords_private/passwords_private_event_router.h", 319 "api/passwords_private/passwords_private_event_router.h",
320 "api/passwords_private/passwords_private_event_router_factory.cc", 320 "api/passwords_private/passwords_private_event_router_factory.cc",
321 "api/passwords_private/passwords_private_event_router_factory.h", 321 "api/passwords_private/passwords_private_event_router_factory.h",
322 "api/passwords_private/passwords_private_utils.cc",
323 "api/passwords_private/passwords_private_utils.h",
322 "api/permissions/permissions_api.cc", 324 "api/permissions/permissions_api.cc",
323 "api/permissions/permissions_api.h", 325 "api/permissions/permissions_api.h",
324 "api/permissions/permissions_api_helpers.cc", 326 "api/permissions/permissions_api_helpers.cc",
325 "api/permissions/permissions_api_helpers.h", 327 "api/permissions/permissions_api_helpers.h",
326 "api/preference/chrome_direct_setting.cc", 328 "api/preference/chrome_direct_setting.cc",
327 "api/preference/chrome_direct_setting.h", 329 "api/preference/chrome_direct_setting.h",
328 "api/preference/chrome_direct_setting_api.cc", 330 "api/preference/chrome_direct_setting_api.cc",
329 "api/preference/chrome_direct_setting_api.h", 331 "api/preference/chrome_direct_setting_api.h",
330 "api/preference/preference_api.cc", 332 "api/preference/preference_api.cc",
331 "api/preference/preference_api.h", 333 "api/preference/preference_api.h",
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 "api/braille_display_private/brlapi_connection.cc", 1178 "api/braille_display_private/brlapi_connection.cc",
1177 "api/braille_display_private/brlapi_connection.h", 1179 "api/braille_display_private/brlapi_connection.h",
1178 "api/braille_display_private/brlapi_keycode_map.cc", 1180 "api/braille_display_private/brlapi_keycode_map.cc",
1179 "api/braille_display_private/brlapi_keycode_map.h", 1181 "api/braille_display_private/brlapi_keycode_map.h",
1180 ] 1182 ]
1181 deps += [ "//build/linux/libbrlapi" ] 1183 deps += [ "//build/linux/libbrlapi" ]
1182 } else { 1184 } else {
1183 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1185 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1184 } 1186 }
1185 } 1187 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698