Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 775 'browser/history/history_backend.h', | 775 'browser/history/history_backend.h', |
| 776 'browser/history/history_backend_android.cc', | 776 'browser/history/history_backend_android.cc', |
| 777 'browser/history/history_database.cc', | 777 'browser/history/history_database.cc', |
| 778 'browser/history/history_database.h', | 778 'browser/history/history_database.h', |
| 779 'browser/history/history_db_task.h', | 779 'browser/history/history_db_task.h', |
| 780 'browser/history/history_details.h', | 780 'browser/history/history_details.h', |
| 781 'browser/history/history_marshaling.h', | 781 'browser/history/history_marshaling.h', |
| 782 'browser/history/history_marshaling_android.h', | 782 'browser/history/history_marshaling_android.h', |
| 783 'browser/history/history_notifications.cc', | 783 'browser/history/history_notifications.cc', |
| 784 'browser/history/history_notifications.h', | 784 'browser/history/history_notifications.h', |
| 785 'browser/history/history_publisher.cc', | |
| 786 'browser/history/history_publisher.h', | |
| 787 'browser/history/history_publisher_none.cc', | |
| 788 'browser/history/history_publisher_win.cc', | |
| 789 'browser/history/history_service.cc', | 785 'browser/history/history_service.cc', |
| 790 'browser/history/history_service.h', | 786 'browser/history/history_service.h', |
| 791 'browser/history/history_service_factory.cc', | 787 'browser/history/history_service_factory.cc', |
| 792 'browser/history/history_service_factory.h', | 788 'browser/history/history_service_factory.h', |
| 793 'browser/history/history_tab_helper.cc', | 789 'browser/history/history_tab_helper.cc', |
| 794 'browser/history/history_tab_helper.h', | 790 'browser/history/history_tab_helper.h', |
| 795 'browser/history/history_types.cc', | 791 'browser/history/history_types.cc', |
| 796 'browser/history/history_types.h', | 792 'browser/history/history_types.h', |
| 797 'browser/history/in_memory_database.cc', | 793 'browser/history/in_memory_database.cc', |
| 798 'browser/history/in_memory_database.h', | 794 'browser/history/in_memory_database.h', |
| 799 'browser/history/in_memory_history_backend.cc', | 795 'browser/history/in_memory_history_backend.cc', |
| 800 'browser/history/in_memory_history_backend.h', | 796 'browser/history/in_memory_history_backend.h', |
| 801 'browser/history/in_memory_url_index.cc', | 797 'browser/history/in_memory_url_index.cc', |
| 802 'browser/history/in_memory_url_index.h', | 798 'browser/history/in_memory_url_index.h', |
| 803 'browser/history/in_memory_url_index_types.cc', | 799 'browser/history/in_memory_url_index_types.cc', |
| 804 'browser/history/in_memory_url_index_types.h', | 800 'browser/history/in_memory_url_index_types.h', |
| 805 'browser/history/most_visited_tiles_experiment.cc', | 801 'browser/history/most_visited_tiles_experiment.cc', |
| 806 'browser/history/most_visited_tiles_experiment.h', | 802 'browser/history/most_visited_tiles_experiment.h', |
| 807 'browser/history/page_collector.cc', | |
| 808 'browser/history/page_collector.h', | |
| 809 'browser/history/page_usage_data.cc', | 803 'browser/history/page_usage_data.cc', |
| 810 'browser/history/page_usage_data.h', | 804 'browser/history/page_usage_data.h', |
| 811 'browser/history/query_parser.cc', | 805 'browser/history/query_parser.cc', |
| 812 'browser/history/query_parser.h', | 806 'browser/history/query_parser.h', |
| 813 'browser/history/scored_history_match.cc', | 807 'browser/history/scored_history_match.cc', |
| 814 'browser/history/scored_history_match.h', | 808 'browser/history/scored_history_match.h', |
| 815 'browser/history/select_favicon_frames.cc', | 809 'browser/history/select_favicon_frames.cc', |
| 816 'browser/history/select_favicon_frames.h', | 810 'browser/history/select_favicon_frames.h', |
| 817 'browser/history/snippet.cc', | 811 'browser/history/snippet.cc', |
| 818 'browser/history/snippet.h', | 812 'browser/history/snippet.h', |
| (...skipping 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3443 '../ui/views/controls/webview/webview.gyp:webview', | 3437 '../ui/views/controls/webview/webview.gyp:webview', |
| 3444 '../ui/views/views.gyp:views', | 3438 '../ui/views/views.gyp:views', |
| 3445 '../win8/win8.gyp:win8_util', | 3439 '../win8/win8.gyp:win8_util', |
| 3446 ], | 3440 ], |
| 3447 'export_dependent_settings': [ | 3441 'export_dependent_settings': [ |
| 3448 '../ui/views/controls/webview/webview.gyp:webview', | 3442 '../ui/views/controls/webview/webview.gyp:webview', |
| 3449 '../ui/views/views.gyp:views', | 3443 '../ui/views/views.gyp:views', |
| 3450 ], | 3444 ], |
| 3451 'sources': [ | 3445 'sources': [ |
| 3452 # Using built-in rule in vstudio for midl. | 3446 # Using built-in rule in vstudio for midl. |
| 3453 'browser/history/history_indexer.idl', | 3447 'browser/history/history_indexer.idl', |
|
Lei Zhang
2013/11/15 05:35:48
Remove?
Scott Hess - ex-Googler
2013/11/15 18:29:43
oops. certainly.
| |
| 3454 ], | 3448 ], |
| 3455 'sources!': [ | 3449 'sources!': [ |
| 3456 'browser/first_run/first_run_dialog.h', | 3450 'browser/first_run/first_run_dialog.h', |
| 3457 'browser/history/history_publisher_none.cc', | |
| 3458 'browser/lifetime/application_lifetime_stub.cc', | 3451 'browser/lifetime/application_lifetime_stub.cc', |
| 3459 'browser/profiles/profile_shortcut_manager_stub.cc', | 3452 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 3460 'browser/user_data_dir_extractor.cc', | 3453 'browser/user_data_dir_extractor.cc', |
| 3461 ], | 3454 ], |
| 3462 'conditions': [ | 3455 'conditions': [ |
| 3463 ['win_use_allocator_shim==1', { | 3456 ['win_use_allocator_shim==1', { |
| 3464 'dependencies': [ | 3457 'dependencies': [ |
| 3465 '<(allocator_target)', | 3458 '<(allocator_target)', |
| 3466 ], | 3459 ], |
| 3467 }], | 3460 }], |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3760 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3753 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3761 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3754 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
| 3762 }, | 3755 }, |
| 3763 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3756 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3764 }, | 3757 }, |
| 3765 ], | 3758 ], |
| 3766 }, | 3759 }, |
| 3767 ], | 3760 ], |
| 3768 ], | 3761 ], |
| 3769 } | 3762 } |
| OLD | NEW |