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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11027017: Move ManagedMode classes to chrome/browser/managed_mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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/ui/webui/ntp/ntp_login_handler.cc ('k') | chrome/chrome_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'browser/mac/keystone_glue.h', 994 'browser/mac/keystone_glue.h',
995 'browser/mac/keystone_glue.mm', 995 'browser/mac/keystone_glue.mm',
996 'browser/mac/keystone_registration.h', 996 'browser/mac/keystone_registration.h',
997 'browser/mac/keystone_registration.mm', 997 'browser/mac/keystone_registration.mm',
998 'browser/mac/master_prefs.h', 998 'browser/mac/master_prefs.h',
999 'browser/mac/master_prefs.mm', 999 'browser/mac/master_prefs.mm',
1000 'browser/mac/relauncher.cc', 1000 'browser/mac/relauncher.cc',
1001 'browser/mac/relauncher.h', 1001 'browser/mac/relauncher.h',
1002 'browser/mac/security_wrappers.cc', 1002 'browser/mac/security_wrappers.cc',
1003 'browser/mac/security_wrappers.h', 1003 'browser/mac/security_wrappers.h',
1004 'browser/managed_mode.cc', 1004 'browser/managed_mode/managed_mode.cc',
1005 'browser/managed_mode.h', 1005 'browser/managed_mode/managed_mode.h',
1006 'browser/managed_mode_url_filter.cc', 1006 'browser/managed_mode/managed_mode_url_filter.cc',
1007 'browser/managed_mode_url_filter.h', 1007 'browser/managed_mode/managed_mode_url_filter.h',
1008 'browser/media/media_internals.cc', 1008 'browser/media/media_internals.cc',
1009 'browser/media/media_internals.h', 1009 'browser/media/media_internals.h',
1010 'browser/media/media_stream_capture_indicator.cc', 1010 'browser/media/media_stream_capture_indicator.cc',
1011 'browser/media/media_stream_capture_indicator.h', 1011 'browser/media/media_stream_capture_indicator.h',
1012 'browser/media/media_stream_devices_controller.cc', 1012 'browser/media/media_stream_devices_controller.cc',
1013 'browser/media/media_stream_devices_controller.h', 1013 'browser/media/media_stream_devices_controller.h',
1014 'browser/media/media_stream_devices_menu_model.cc', 1014 'browser/media/media_stream_devices_menu_model.cc',
1015 'browser/media/media_stream_devices_menu_model.h', 1015 'browser/media/media_stream_devices_menu_model.h',
1016 'browser/media_gallery/media_file_system_registry.cc', 1016 'browser/media_gallery/media_file_system_registry.cc',
1017 'browser/media_gallery/media_file_system_registry.h', 1017 'browser/media_gallery/media_file_system_registry.h',
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
2560 'browser/about_flags.cc', 2560 'browser/about_flags.cc',
2561 'browser/about_flags.h', 2561 'browser/about_flags.h',
2562 2562
2563 'browser/jankometer.cc', 2563 'browser/jankometer.cc',
2564 'browser/sync/sync_global_error.cc', 2564 'browser/sync/sync_global_error.cc',
2565 'browser/sync/sync_global_error.h', 2565 'browser/sync/sync_global_error.h',
2566 2566
2567 # There's no Browser/BrowserList on Android. 2567 # There's no Browser/BrowserList on Android.
2568 'browser/download/download_crx_util.cc', 2568 'browser/download/download_crx_util.cc',
2569 'browser/lifetime/application_lifetime_stub.cc', 2569 'browser/lifetime/application_lifetime_stub.cc',
2570 'browser/managed_mode.cc', 2570 'browser/managed_mode/managed_mode.cc',
2571 'browser/managed_mode.h', 2571 'browser/managed_mode/managed_mode.h',
2572 'browser/managed_mode_url_filter.cc', 2572 'browser/managed_mode/managed_mode_url_filter.cc',
2573 'browser/managed_mode_url_filter.h', 2573 'browser/managed_mode/managed_mode_url_filter.h',
2574 'browser/net/gaia/gaia_oauth_fetcher.cc', 2574 'browser/net/gaia/gaia_oauth_fetcher.cc',
2575 'browser/page_cycler/page_cycler.cc', 2575 'browser/page_cycler/page_cycler.cc',
2576 'browser/page_cycler/page_cycler.h', 2576 'browser/page_cycler/page_cycler.h',
2577 'browser/upgrade_detector.cc', 2577 'browser/upgrade_detector.cc',
2578 'browser/upgrade_detector.h', 2578 'browser/upgrade_detector.h',
2579 'browser/upgrade_detector_impl.cc', 2579 'browser/upgrade_detector_impl.cc',
2580 'browser/upgrade_detector_impl.h', 2580 'browser/upgrade_detector_impl.h',
2581 2581
2582 # Not used by Android 2582 # Not used by Android
2583 'browser/chrome_browser_main_posix.cc', 2583 'browser/chrome_browser_main_posix.cc',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 'proto_in_dir': '../third_party/cros_system_api/dbus', 2936 'proto_in_dir': '../third_party/cros_system_api/dbus',
2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2938 }, 2938 },
2939 'includes': ['../build/protoc.gypi'], 2939 'includes': ['../build/protoc.gypi'],
2940 }, 2940 },
2941 ], 2941 ],
2942 }, 2942 },
2943 ], 2943 ],
2944 ], 2944 ],
2945 } 2945 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_login_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698