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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2858049: Chromium plumbing for Device Orientation. (Closed)
Patch Set: Fixes after try bot runs Created 10 years, 4 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
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/chrome_renderer.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'browser/cookies_tree_model.cc', 1097 'browser/cookies_tree_model.cc',
1098 'browser/cookies_tree_model.h', 1098 'browser/cookies_tree_model.h',
1099 'browser/cross_site_request_manager.cc', 1099 'browser/cross_site_request_manager.cc',
1100 'browser/cross_site_request_manager.h', 1100 'browser/cross_site_request_manager.h',
1101 'browser/custom_home_pages_table_model.cc', 1101 'browser/custom_home_pages_table_model.cc',
1102 'browser/custom_home_pages_table_model.h', 1102 'browser/custom_home_pages_table_model.h',
1103 'browser/default_encoding_combo_model.cc', 1103 'browser/default_encoding_combo_model.cc',
1104 'browser/default_encoding_combo_model.h', 1104 'browser/default_encoding_combo_model.h',
1105 'browser/defaults.cc', 1105 'browser/defaults.cc',
1106 'browser/defaults.h', 1106 'browser/defaults.h',
1107 'browser/device_orientation/dispatcher_host.cc',
1108 'browser/device_orientation/dispatcher_host.h',
1109 'browser/device_orientation/orientation.h',
1110 'browser/device_orientation/provider.cc',
1111 'browser/device_orientation/provider.h',
1107 'browser/diagnostics/diagnostics_main.cc', 1112 'browser/diagnostics/diagnostics_main.cc',
1108 'browser/diagnostics/diagnostics_main.h', 1113 'browser/diagnostics/diagnostics_main.h',
1109 'browser/diagnostics/diagnostics_model.h', 1114 'browser/diagnostics/diagnostics_model.h',
1110 'browser/diagnostics/diagnostics_model.cc', 1115 'browser/diagnostics/diagnostics_model.cc',
1111 'browser/diagnostics/diagnostics_test.h', 1116 'browser/diagnostics/diagnostics_test.h',
1112 'browser/diagnostics/sqlite_diagnostics.cc', 1117 'browser/diagnostics/sqlite_diagnostics.cc',
1113 'browser/diagnostics/sqlite_diagnostics.h', 1118 'browser/diagnostics/sqlite_diagnostics.h',
1114 'browser/diagnostics/recon_diagnostics.cc', 1119 'browser/diagnostics/recon_diagnostics.cc',
1115 'browser/diagnostics/recon_diagnostics.h', 1120 'browser/diagnostics/recon_diagnostics.h',
1116 'browser/dock_info_gtk.cc', 1121 'browser/dock_info_gtk.cc',
(...skipping 2663 matching lines...) Expand 10 before | Expand all | Expand 10 after
3780 ], 3785 ],
3781 }, 3786 },
3782 ], 3787 ],
3783 } 3788 }
3784 3789
3785 # Local Variables: 3790 # Local Variables:
3786 # tab-width:2 3791 # tab-width:2
3787 # indent-tabs-mode:nil 3792 # indent-tabs-mode:nil
3788 # End: 3793 # End:
3789 # vim: set expandtab tabstop=2 shiftwidth=2: 3794 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698