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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Fix nits. Created 3 years, 11 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 # 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "chrome_kiosk_delegate.h", 497 "chrome_kiosk_delegate.h",
498 "chrome_kiosk_delegate_chromeos.cc", 498 "chrome_kiosk_delegate_chromeos.cc",
499 "chrome_mojo_service_registration.cc", 499 "chrome_mojo_service_registration.cc",
500 "chrome_mojo_service_registration.h", 500 "chrome_mojo_service_registration.h",
501 "chrome_process_manager_delegate.cc", 501 "chrome_process_manager_delegate.cc",
502 "chrome_process_manager_delegate.h", 502 "chrome_process_manager_delegate.h",
503 "chrome_requirements_checker.cc", 503 "chrome_requirements_checker.cc",
504 "chrome_requirements_checker.h", 504 "chrome_requirements_checker.h",
505 "chrome_url_request_util.cc", 505 "chrome_url_request_util.cc",
506 "chrome_url_request_util.h", 506 "chrome_url_request_util.h",
507 "clipboard_extension_helper_chromeos.cc",
508 "clipboard_extension_helper_chromeos.h",
507 "component_extensions_whitelist/whitelist.cc", 509 "component_extensions_whitelist/whitelist.cc",
508 "component_extensions_whitelist/whitelist.h", 510 "component_extensions_whitelist/whitelist.h",
509 "component_loader.cc", 511 "component_loader.cc",
510 "component_loader.h", 512 "component_loader.h",
511 "component_migration_helper.cc", 513 "component_migration_helper.cc",
512 "component_migration_helper.h", 514 "component_migration_helper.h",
513 "context_menu_matcher.cc", 515 "context_menu_matcher.cc",
514 "context_menu_matcher.h", 516 "context_menu_matcher.h",
515 "convert_user_script.cc", 517 "convert_user_script.cc",
516 "convert_user_script.h", 518 "convert_user_script.h",
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 "api/braille_display_private/brlapi_connection.cc", 1182 "api/braille_display_private/brlapi_connection.cc",
1181 "api/braille_display_private/brlapi_connection.h", 1183 "api/braille_display_private/brlapi_connection.h",
1182 "api/braille_display_private/brlapi_keycode_map.cc", 1184 "api/braille_display_private/brlapi_keycode_map.cc",
1183 "api/braille_display_private/brlapi_keycode_map.h", 1185 "api/braille_display_private/brlapi_keycode_map.h",
1184 ] 1186 ]
1185 deps += [ "//build/linux/libbrlapi" ] 1187 deps += [ "//build/linux/libbrlapi" ]
1186 } else { 1188 } else {
1187 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1189 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1188 } 1190 }
1189 } 1191 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/chrome_extensions_api_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698