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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1591663003: Move pre_read_field_trial_utils.h/cc to common/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 'browser/notifications/notification.h', 2063 'browser/notifications/notification.h',
2064 'browser/notifications/notification_delegate.h', 2064 'browser/notifications/notification_delegate.h',
2065 'browser/notifications/notification_object_proxy.cc', 2065 'browser/notifications/notification_object_proxy.cc',
2066 'browser/notifications/notification_object_proxy.h', 2066 'browser/notifications/notification_object_proxy.h',
2067 'browser/notifications/notification_permission_context.cc', 2067 'browser/notifications/notification_permission_context.cc',
2068 'browser/notifications/notification_permission_context.h', 2068 'browser/notifications/notification_permission_context.h',
2069 'browser/notifications/notification_permission_context_factory.cc', 2069 'browser/notifications/notification_permission_context_factory.cc',
2070 'browser/notifications/notification_permission_context_factory.h', 2070 'browser/notifications/notification_permission_context_factory.h',
2071 'browser/notifications/notification_ui_manager.h', 2071 'browser/notifications/notification_ui_manager.h',
2072 'browser/notifications/notification_ui_manager_mac.h', 2072 'browser/notifications/notification_ui_manager_mac.h',
2073 'browser/notifications/notification_ui_manager_mac.mm', 2073 'browser/notifications/notification_ui_manager_mac.mm',
2074 'browser/notifications/notifier_state_tracker.cc', 2074 'browser/notifications/notifier_state_tracker.cc',
2075 'browser/notifications/notifier_state_tracker.h', 2075 'browser/notifications/notifier_state_tracker.h',
2076 'browser/notifications/notifier_state_tracker_factory.cc', 2076 'browser/notifications/notifier_state_tracker_factory.cc',
2077 'browser/notifications/notifier_state_tracker_factory.h', 2077 'browser/notifications/notifier_state_tracker_factory.h',
2078 'browser/notifications/persistent_notification_delegate.cc', 2078 'browser/notifications/persistent_notification_delegate.cc',
2079 'browser/notifications/persistent_notification_delegate.h', 2079 'browser/notifications/persistent_notification_delegate.h',
2080 'browser/notifications/platform_notification_service_impl.cc', 2080 'browser/notifications/platform_notification_service_impl.cc',
2081 'browser/notifications/platform_notification_service_impl.h', 2081 'browser/notifications/platform_notification_service_impl.h',
2082 'browser/notifications/profile_notification.cc', 2082 'browser/notifications/profile_notification.cc',
2083 'browser/notifications/profile_notification.h', 2083 'browser/notifications/profile_notification.h',
(...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 'dependencies': [ 3817 'dependencies': [
3818 'chrome_process_finder', 3818 'chrome_process_finder',
3819 'chrome_watcher_client', 3819 'chrome_watcher_client',
3820 'installer_util_strings', 3820 'installer_util_strings',
3821 '../chrome/common_constants.gyp:version_header', 3821 '../chrome/common_constants.gyp:version_header',
3822 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3822 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3823 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3823 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3824 '../chrome_elf/chrome_elf.gyp:dll_hash', 3824 '../chrome_elf/chrome_elf.gyp:dll_hash',
3825 '../components/components.gyp:browser_watcher', 3825 '../components/components.gyp:browser_watcher',
3826 '../components/components.gyp:browser_watcher_client', 3826 '../components/components.gyp:browser_watcher_client',
3827 '../components/components.gyp:startup_metric_utils_common',
3827 '../google_update/google_update.gyp:google_update', 3828 '../google_update/google_update.gyp:google_update',
3828 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3829 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3829 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3830 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3830 '../third_party/kasko/kasko.gyp:kasko', 3831 '../third_party/kasko/kasko.gyp:kasko',
3831 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 3832 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
3832 '../ui/views/controls/webview/webview.gyp:webview', 3833 '../ui/views/controls/webview/webview.gyp:webview',
3833 '../ui/views/views.gyp:views', 3834 '../ui/views/views.gyp:views',
3834 '../win8/win8.gyp:metro_viewer', 3835 '../win8/win8.gyp:metro_viewer',
3835 ], 3836 ],
3836 'export_dependent_settings': [ 3837 'export_dependent_settings': [
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4184 '../components/components.gyp:omnibox_browser', 4185 '../components/components.gyp:omnibox_browser',
4185 '../components/components.gyp:rlz', 4186 '../components/components.gyp:rlz',
4186 '../components/components.gyp:search_engines', 4187 '../components/components.gyp:search_engines',
4187 '../rlz/rlz.gyp:rlz_lib', 4188 '../rlz/rlz.gyp:rlz_lib',
4188 ], 4189 ],
4189 }, 4190 },
4190 ], 4191 ],
4191 }], 4192 }],
4192 ], 4193 ],
4193 } 4194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698