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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9460001: Adding persistance for gesture recognition parms. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'browser/geolocation/chrome_access_token_store.cc', 1396 'browser/geolocation/chrome_access_token_store.cc',
1397 'browser/geolocation/chrome_access_token_store.h', 1397 'browser/geolocation/chrome_access_token_store.h',
1398 'browser/geolocation/chrome_geolocation_permission_context.cc', 1398 'browser/geolocation/chrome_geolocation_permission_context.cc',
1399 'browser/geolocation/chrome_geolocation_permission_context.h', 1399 'browser/geolocation/chrome_geolocation_permission_context.h',
1400 'browser/geolocation/geolocation_prefs.cc', 1400 'browser/geolocation/geolocation_prefs.cc',
1401 'browser/geolocation/geolocation_prefs.h', 1401 'browser/geolocation/geolocation_prefs.h',
1402 'browser/geolocation/geolocation_settings_state.cc', 1402 'browser/geolocation/geolocation_settings_state.cc',
1403 'browser/geolocation/geolocation_settings_state.h', 1403 'browser/geolocation/geolocation_settings_state.h',
1404 'browser/geolocation/wifi_data_provider_chromeos.cc', 1404 'browser/geolocation/wifi_data_provider_chromeos.cc',
1405 'browser/geolocation/wifi_data_provider_chromeos.h', 1405 'browser/geolocation/wifi_data_provider_chromeos.h',
1406 'browser/gesture_prefs.cc',
1407 'browser/gesture_prefs.h',
1406 'browser/global_keyboard_shortcuts_mac.h', 1408 'browser/global_keyboard_shortcuts_mac.h',
1407 'browser/global_keyboard_shortcuts_mac.mm', 1409 'browser/global_keyboard_shortcuts_mac.mm',
1408 'browser/google/google_update.cc', 1410 'browser/google/google_update.cc',
1409 'browser/google/google_update.h', 1411 'browser/google/google_update.h',
1410 'browser/google/google_update_settings_posix.cc', 1412 'browser/google/google_update_settings_posix.cc',
1411 'browser/google/google_url_tracker.cc', 1413 'browser/google/google_url_tracker.cc',
1412 'browser/google/google_url_tracker.h', 1414 'browser/google/google_url_tracker.h',
1413 'browser/google/google_util.cc', 1415 'browser/google/google_util.cc',
1414 'browser/google/google_util.h', 1416 'browser/google/google_util.h',
1415 'browser/gpu_blacklist.cc', 1417 'browser/gpu_blacklist.cc',
(...skipping 4181 matching lines...) Expand 10 before | Expand all | Expand 10 after
5597 'type': 'static_library', 5599 'type': 'static_library',
5598 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5600 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5599 'variables': { 5601 'variables': {
5600 'proto_in_dir': 'browser/history', 5602 'proto_in_dir': 'browser/history',
5601 'proto_out_dir': 'chrome/browser/history', 5603 'proto_out_dir': 'chrome/browser/history',
5602 }, 5604 },
5603 'includes': [ '../build/protoc.gypi' ] 5605 'includes': [ '../build/protoc.gypi' ]
5604 }, 5606 },
5605 ], 5607 ],
5606 } 5608 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698