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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8402002: Reenable triggering of screen rotations by sensors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gardening Created 9 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/touch/sensors/screen_orientation_listener.cc ('k') | ui/aura/aura.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'browser/chrome_browser_main_posix.cc', 348 'browser/chrome_browser_main_posix.cc',
349 'browser/chrome_browser_main_posix.h', 349 'browser/chrome_browser_main_posix.h',
350 'browser/chrome_browser_main_win.cc', 350 'browser/chrome_browser_main_win.cc',
351 'browser/chrome_browser_main_win.h', 351 'browser/chrome_browser_main_win.h',
352 'browser/chrome_browser_main_x11.cc', 352 'browser/chrome_browser_main_x11.cc',
353 'browser/chrome_browser_main_x11.h', 353 'browser/chrome_browser_main_x11.h',
354 'browser/chrome_browser_parts_aura.cc', 354 'browser/chrome_browser_parts_aura.cc',
355 'browser/chrome_browser_parts_aura.h', 355 'browser/chrome_browser_parts_aura.h',
356 'browser/chrome_browser_parts_gtk.cc', 356 'browser/chrome_browser_parts_gtk.cc',
357 'browser/chrome_browser_parts_gtk.h', 357 'browser/chrome_browser_parts_gtk.h',
358 'browser/chrome_browser_parts_touch.cc',
359 'browser/chrome_browser_parts_touch.h',
358 'browser/chrome_content_browser_client.cc', 360 'browser/chrome_content_browser_client.cc',
359 'browser/chrome_content_browser_client.h', 361 'browser/chrome_content_browser_client.h',
360 'browser/chrome_plugin_message_filter.cc', 362 'browser/chrome_plugin_message_filter.cc',
361 'browser/chrome_plugin_message_filter.h', 363 'browser/chrome_plugin_message_filter.h',
362 'browser/chrome_plugin_service_filter.cc', 364 'browser/chrome_plugin_service_filter.cc',
363 'browser/chrome_plugin_service_filter.h', 365 'browser/chrome_plugin_service_filter.h',
364 'browser/chrome_quota_permission_context.cc', 366 'browser/chrome_quota_permission_context.cc',
365 'browser/chrome_quota_permission_context.h', 367 'browser/chrome_quota_permission_context.h',
366 'browser/chrome_worker_message_filter.cc', 368 'browser/chrome_worker_message_filter.cc',
367 'browser/chrome_worker_message_filter.h', 369 'browser/chrome_worker_message_filter.h',
(...skipping 2880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3248 'browser/ui/toolbar/encoding_menu_controller.cc', 3250 'browser/ui/toolbar/encoding_menu_controller.cc',
3249 'browser/ui/toolbar/encoding_menu_controller.h', 3251 'browser/ui/toolbar/encoding_menu_controller.h',
3250 'browser/ui/toolbar/toolbar_model.cc', 3252 'browser/ui/toolbar/toolbar_model.cc',
3251 'browser/ui/toolbar/toolbar_model.h', 3253 'browser/ui/toolbar/toolbar_model.h',
3252 'browser/ui/toolbar/wrench_menu_model.cc', 3254 'browser/ui/toolbar/wrench_menu_model.cc',
3253 'browser/ui/toolbar/wrench_menu_model.h', 3255 'browser/ui/toolbar/wrench_menu_model.h',
3254 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', 3256 'browser/ui/toolbar/wrench_menu_model_chromeos.cc',
3255 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', 3257 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
3256 'browser/ui/touch/frame/touch_browser_frame_view.cc', 3258 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3257 'browser/ui/touch/frame/touch_browser_frame_view.h', 3259 'browser/ui/touch/frame/touch_browser_frame_view.h',
3260 'browser/ui/touch/sensors/screen_orientation_listener.cc',
3261 'browser/ui/touch/sensors/screen_orientation_listener.h',
3258 'browser/ui/touch/status_bubble_touch.cc', 3262 'browser/ui/touch/status_bubble_touch.cc',
3259 'browser/ui/touch/status_bubble_touch.h', 3263 'browser/ui/touch/status_bubble_touch.h',
3260 'browser/ui/touch/tabs/tab_strip_factory.cc', 3264 'browser/ui/touch/tabs/tab_strip_factory.cc',
3261 'browser/ui/touch/tabs/touch_tab.cc', 3265 'browser/ui/touch/tabs/touch_tab.cc',
3262 'browser/ui/touch/tabs/touch_tab.h', 3266 'browser/ui/touch/tabs/touch_tab.h',
3263 'browser/ui/touch/tabs/touch_tab_strip.cc', 3267 'browser/ui/touch/tabs/touch_tab_strip.cc',
3264 'browser/ui/touch/tabs/touch_tab_strip.h', 3268 'browser/ui/touch/tabs/touch_tab_strip.h',
3265 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', 3269 'browser/ui/touch/tabs/touch_tab_strip_controller.cc',
3266 'browser/ui/touch/tabs/touch_tab_strip_controller.h', 3270 'browser/ui/touch/tabs/touch_tab_strip_controller.h',
3267 'browser/ui/view_ids.h', 3271 'browser/ui/view_ids.h',
(...skipping 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after
5268 'type': 'static_library', 5272 'type': 'static_library',
5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5273 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5270 'variables': { 5274 'variables': {
5271 'proto_in_dir': 'browser/history', 5275 'proto_in_dir': 'browser/history',
5272 'proto_out_dir': 'chrome/browser/history', 5276 'proto_out_dir': 'chrome/browser/history',
5273 }, 5277 },
5274 'includes': [ '../build/protoc.gypi' ] 5278 'includes': [ '../build/protoc.gypi' ]
5275 }, 5279 },
5276 ], 5280 ],
5277 } 5281 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/touch/sensors/screen_orientation_listener.cc ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698