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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 64843004: Get rid of user-level styles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to ToT Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/user_style_sheet_watcher_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 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 2577 matching lines...) Expand 10 before | Expand all | Expand 10 after
2588 'browser/usb/usb_interface.cc', 2588 'browser/usb/usb_interface.cc',
2589 'browser/usb/usb_interface.h', 2589 'browser/usb/usb_interface.h',
2590 'browser/usb/usb_context.cc', 2590 'browser/usb/usb_context.cc',
2591 'browser/usb/usb_context.h', 2591 'browser/usb/usb_context.h',
2592 'browser/usb/usb_service.cc', 2592 'browser/usb/usb_service.cc',
2593 'browser/usb/usb_service.h', 2593 'browser/usb/usb_service.h',
2594 'browser/user_data_dir_extractor.cc', 2594 'browser/user_data_dir_extractor.cc',
2595 'browser/user_data_dir_extractor.h', 2595 'browser/user_data_dir_extractor.h',
2596 'browser/user_data_dir_extractor_win.cc', 2596 'browser/user_data_dir_extractor_win.cc',
2597 'browser/user_data_dir_extractor_win.h', 2597 'browser/user_data_dir_extractor_win.h',
2598 'browser/user_style_sheet_watcher.cc',
2599 'browser/user_style_sheet_watcher.h',
2600 'browser/user_style_sheet_watcher_factory.cc',
2601 'browser/user_style_sheet_watcher_factory.h',
2602 'browser/validation_message_message_filter.cc', 2598 'browser/validation_message_message_filter.cc',
2603 'browser/validation_message_message_filter.h', 2599 'browser/validation_message_message_filter.h',
2604 'browser/value_store/leveldb_value_store.cc', 2600 'browser/value_store/leveldb_value_store.cc',
2605 'browser/value_store/leveldb_value_store.h', 2601 'browser/value_store/leveldb_value_store.h',
2606 'browser/value_store/testing_value_store.cc', 2602 'browser/value_store/testing_value_store.cc',
2607 'browser/value_store/testing_value_store.h', 2603 'browser/value_store/testing_value_store.h',
2608 'browser/value_store/value_store.cc', 2604 'browser/value_store/value_store.cc',
2609 'browser/value_store/value_store.h', 2605 'browser/value_store/value_store.h',
2610 'browser/value_store/value_store_change.cc', 2606 'browser/value_store/value_store_change.cc',
2611 'browser/value_store/value_store_change.h', 2607 'browser/value_store/value_store_change.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
3303 'browser/tab_contents/render_view_context_menu_observer.h', 3299 'browser/tab_contents/render_view_context_menu_observer.h',
3304 'browser/tab_contents/spellchecker_submenu_observer.h', 3300 'browser/tab_contents/spellchecker_submenu_observer.h',
3305 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 3301 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
3306 'browser/tab_contents/spelling_bubble_model.cc', 3302 'browser/tab_contents/spelling_bubble_model.cc',
3307 'browser/tab_contents/spelling_bubble_model.h', 3303 'browser/tab_contents/spelling_bubble_model.h',
3308 'browser/tab_contents/spelling_menu_observer.cc', 3304 'browser/tab_contents/spelling_menu_observer.cc',
3309 'browser/tab_contents/spelling_menu_observer.h', 3305 'browser/tab_contents/spelling_menu_observer.h',
3310 'browser/upgrade_detector_impl.cc', 3306 'browser/upgrade_detector_impl.cc',
3311 'browser/upgrade_detector_impl.h', 3307 'browser/upgrade_detector_impl.h',
3312 3308
3313 # User Stylesheet unsupported on Android (crbug.com/236696)
3314 'browser/user_style_sheet_watcher.cc',
3315 'browser/user_style_sheet_watcher.h',
3316 'browser/user_style_sheet_watcher_factory.cc',
3317 'browser/user_style_sheet_watcher_factory.h',
3318
3319 # Not used by Android 3309 # Not used by Android
3320 'browser/accessibility/accessibility_events.cc', 3310 'browser/accessibility/accessibility_events.cc',
3321 'browser/accessibility/accessibility_extension_api_constants.cc', 3311 'browser/accessibility/accessibility_extension_api_constants.cc',
3322 'browser/accessibility/invert_bubble_prefs.cc', 3312 'browser/accessibility/invert_bubble_prefs.cc',
3323 'browser/auto_launch_trial.cc', 3313 'browser/auto_launch_trial.cc',
3324 'browser/certificate_viewer.cc', 3314 'browser/certificate_viewer.cc',
3325 'browser/chrome_browser_main_posix.cc', 3315 'browser/chrome_browser_main_posix.cc',
3326 'browser/chrome_browser_main_posix.h', 3316 'browser/chrome_browser_main_posix.h',
3327 'browser/chrome_process_singleton.cc', 3317 'browser/chrome_process_singleton.cc',
3328 'browser/component_updater/pnacl/pnacl_profile_observer.cc', 3318 'browser/component_updater/pnacl/pnacl_profile_observer.cc',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3757 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3768 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3758 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3769 }, 3759 },
3770 'includes': [ '../build/android/java_cpp_template.gypi' ], 3760 'includes': [ '../build/android/java_cpp_template.gypi' ],
3771 }, 3761 },
3772 ], 3762 ],
3773 }, 3763 },
3774 ], 3764 ],
3775 ], 3765 ],
3776 } 3766 }
OLDNEW
« no previous file with comments | « chrome/browser/user_style_sheet_watcher_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698