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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 584013002: Componentize history_types.{cc,h} and android_history_types.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'browser/gpu/gpu_feature_checker.cc', 449 'browser/gpu/gpu_feature_checker.cc',
450 'browser/gpu/gpu_feature_checker.h', 450 'browser/gpu/gpu_feature_checker.h',
451 'browser/gpu/gpu_mode_manager.cc', 451 'browser/gpu/gpu_mode_manager.cc',
452 'browser/gpu/gpu_mode_manager.h', 452 'browser/gpu/gpu_mode_manager.h',
453 'browser/gpu/three_d_api_observer.cc', 453 'browser/gpu/three_d_api_observer.cc',
454 'browser/gpu/three_d_api_observer.h', 454 'browser/gpu/three_d_api_observer.h',
455 'browser/history/android/android_cache_database.cc', 455 'browser/history/android/android_cache_database.cc',
456 'browser/history/android/android_cache_database.h', 456 'browser/history/android/android_cache_database.h',
457 'browser/history/android/android_history_provider_service.cc', 457 'browser/history/android/android_history_provider_service.cc',
458 'browser/history/android/android_history_provider_service.h', 458 'browser/history/android/android_history_provider_service.h',
459 'browser/history/android/android_history_types.cc',
460 'browser/history/android/android_history_types.h',
461 'browser/history/android/android_provider_backend.cc', 459 'browser/history/android/android_provider_backend.cc',
462 'browser/history/android/android_provider_backend.h', 460 'browser/history/android/android_provider_backend.h',
463 'browser/history/android/android_time.h', 461 'browser/history/android/android_time.h',
464 'browser/history/android/android_urls_database.cc', 462 'browser/history/android/android_urls_database.cc',
465 'browser/history/android/android_urls_database.h', 463 'browser/history/android/android_urls_database.h',
466 'browser/history/android/android_urls_sql_handler.cc', 464 'browser/history/android/android_urls_sql_handler.cc',
467 'browser/history/android/android_urls_sql_handler.h', 465 'browser/history/android/android_urls_sql_handler.h',
468 'browser/history/android/bookmark_model_sql_handler.cc', 466 'browser/history/android/bookmark_model_sql_handler.cc',
469 'browser/history/android/bookmark_model_sql_handler.h', 467 'browser/history/android/bookmark_model_sql_handler.h',
470 'browser/history/android/favicon_sql_handler.cc', 468 'browser/history/android/favicon_sql_handler.cc',
(...skipping 26 matching lines...) Expand all
497 'browser/history/history_db_task.h', 495 'browser/history/history_db_task.h',
498 'browser/history/history_details.h', 496 'browser/history/history_details.h',
499 'browser/history/history_notifications.cc', 497 'browser/history/history_notifications.cc',
500 'browser/history/history_notifications.h', 498 'browser/history/history_notifications.h',
501 'browser/history/history_service.cc', 499 'browser/history/history_service.cc',
502 'browser/history/history_service.h', 500 'browser/history/history_service.h',
503 'browser/history/history_service_factory.cc', 501 'browser/history/history_service_factory.cc',
504 'browser/history/history_service_factory.h', 502 'browser/history/history_service_factory.h',
505 'browser/history/history_tab_helper.cc', 503 'browser/history/history_tab_helper.cc',
506 'browser/history/history_tab_helper.h', 504 'browser/history/history_tab_helper.h',
507 'browser/history/history_types.cc',
508 'browser/history/history_types.h',
509 'browser/history/in_memory_history_backend.cc', 505 'browser/history/in_memory_history_backend.cc',
510 'browser/history/in_memory_history_backend.h', 506 'browser/history/in_memory_history_backend.h',
511 'browser/history/in_memory_url_index.cc', 507 'browser/history/in_memory_url_index.cc',
512 'browser/history/in_memory_url_index.h', 508 'browser/history/in_memory_url_index.h',
513 'browser/history/in_memory_url_index_types.cc', 509 'browser/history/in_memory_url_index_types.cc',
514 'browser/history/in_memory_url_index_types.h', 510 'browser/history/in_memory_url_index_types.h',
515 'browser/history/scored_history_match.cc', 511 'browser/history/scored_history_match.cc',
516 'browser/history/scored_history_match.h', 512 'browser/history/scored_history_match.h',
517 'browser/history/shortcuts_database.cc', 513 'browser/history/shortcuts_database.cc',
518 'browser/history/shortcuts_database.h', 514 'browser/history/shortcuts_database.h',
(...skipping 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3253 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 3249 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
3254 'dependencies': [ 3250 'dependencies': [
3255 '../device/core/core.gyp:device_core', 3251 '../device/core/core.gyp:device_core',
3256 '../device/usb/usb.gyp:device_usb', 3252 '../device/usb/usb.gyp:device_usb',
3257 ] 3253 ]
3258 }], 3254 }],
3259 ['OS=="android"', { 3255 ['OS=="android"', {
3260 'dependencies': [ 3256 'dependencies': [
3261 '../components/components.gyp:cdm_browser', 3257 '../components/components.gyp:cdm_browser',
3262 '../components/components.gyp:enhanced_bookmarks', 3258 '../components/components.gyp:enhanced_bookmarks',
3259 '../components/components.gyp:history_core_android',
3263 '../components/components.gyp:web_contents_delegate_android', 3260 '../components/components.gyp:web_contents_delegate_android',
3264 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3261 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3265 'chrome_browser_jni_headers', 3262 'chrome_browser_jni_headers',
3266 ], 3263 ],
3267 'dependencies!': [ 3264 'dependencies!': [
3268 '../components/components.gyp:feedback_component', 3265 '../components/components.gyp:feedback_component',
3269 '../components/components.gyp:storage_monitor', 3266 '../components/components.gyp:storage_monitor',
3270 '../components/components.gyp:web_modal', 3267 '../components/components.gyp:web_modal',
3271 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3268 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3272 ], 3269 ],
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 'variables': { 3591 'variables': {
3595 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3592 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3593 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3597 }, 3594 },
3598 'includes': [ '../build/protoc.gypi' ] 3595 'includes': [ '../build/protoc.gypi' ]
3599 }, 3596 },
3600 ], 3597 ],
3601 },], 3598 },],
3602 ], 3599 ],
3603 } 3600 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698