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

Side by Side Diff: chrome/chrome.gyp

Issue 254002: Fix cmd-up/cmd-down. (Closed)
Patch Set: Fix typo found by suzhe Created 11 years, 2 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 | « no previous file | chrome/renderer/render_view.h » ('j') | chrome/renderer/render_view.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'use_syncapi_stub%': 0, 126 'use_syncapi_stub%': 0,
127 }, { 127 }, {
128 'chrome_personalization%': 0, 128 'chrome_personalization%': 0,
129 'use_syncapi_stub%': 1, 129 'use_syncapi_stub%': 1,
130 }], # OS=="win" 130 }], # OS=="win"
131 ], # conditions 131 ], # conditions
132 }, # variables 132 }, # variables
133 'target_defaults': { 133 'target_defaults': {
134 'sources/': [ 134 'sources/': [
135 ['exclude', '/(cocoa|gtk|win)/'], 135 ['exclude', '/(cocoa|gtk|win)/'],
136 ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|views|x)(_unittest)?\\.( cc|mm?)$'], 136 ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|views|x)(_unittest)?(_ma c)?\\.(cc|mm?)$'],
137 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], 137 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'],
138 ], 138 ],
139 'conditions': [ 139 'conditions': [
140 ['OS=="linux" or OS=="freebsd"', {'sources/': [ 140 ['OS=="linux" or OS=="freebsd"', {'sources/': [
141 ['include', '/gtk/'], 141 ['include', '/gtk/'],
142 ['include', '_(gtk|linux|posix|skia|x)(_unittest)?\\.cc$'], 142 ['include', '_(gtk|linux|posix|skia|x)(_unittest)?\\.cc$'],
143 ['include', '/(gtk|x11)_[^/]*\\.cc$'], 143 ['include', '/(gtk|x11)_[^/]*\\.cc$'],
144 ]}], 144 ]}],
145 ['OS=="mac"', {'sources/': [ 145 ['OS=="mac"', {'sources/': [
146 ['include', '/cocoa/'], 146 ['include', '/cocoa/'],
147 ['include', '_(cocoa|mac|posix)(_unittest)?\\.(cc|mm?)$'], 147 ['include', '_(cocoa|mac|posix)(_unittest)?(_mac)?\\.(cc|mm?)$'],
148 ]}, { # else: OS != "mac" 148 ]}, { # else: OS != "mac"
149 'sources/': [ 149 'sources/': [
150 ['exclude', '\\.mm?$'], 150 ['exclude', '\\.mm?$'],
151 ], 151 ],
152 }], 152 }],
153 ['OS=="win"', {'sources/': [ 153 ['OS=="win"', {'sources/': [
154 ['include', '_(views|win)(_unittest)?\\.cc$'], 154 ['include', '_(views|win)(_unittest)?\\.cc$'],
155 ['include', '/win/'], 155 ['include', '/win/'],
156 ['include', '/(views|win)_[^/]*\\.cc$'], 156 ['include', '/(views|win)_[^/]*\\.cc$'],
157 ]}], 157 ]}],
(...skipping 4178 matching lines...) Expand 10 before | Expand all | Expand 10 after
4336 'common/worker_thread_ticker_unittest.cc', 4336 'common/worker_thread_ticker_unittest.cc',
4337 'common/zip_unittest.cc', 4337 'common/zip_unittest.cc',
4338 'renderer/audio_message_filter_unittest.cc', 4338 'renderer/audio_message_filter_unittest.cc',
4339 'renderer/extensions/extension_api_client_unittest.cc', 4339 'renderer/extensions/extension_api_client_unittest.cc',
4340 'renderer/extensions/json_schema_unittest.cc', 4340 'renderer/extensions/json_schema_unittest.cc',
4341 'renderer/net/render_dns_master_unittest.cc', 4341 'renderer/net/render_dns_master_unittest.cc',
4342 'renderer/net/render_dns_queue_unittest.cc', 4342 'renderer/net/render_dns_queue_unittest.cc',
4343 'renderer/render_process_unittest.cc', 4343 'renderer/render_process_unittest.cc',
4344 'renderer/render_thread_unittest.cc', 4344 'renderer/render_thread_unittest.cc',
4345 'renderer/render_view_unittest.cc', 4345 'renderer/render_view_unittest.cc',
4346 'renderer/render_view_unittest_mac.mm',
4346 'renderer/render_widget_unittest.cc', 4347 'renderer/render_widget_unittest.cc',
4347 'renderer/renderer_main_unittest.cc', 4348 'renderer/renderer_main_unittest.cc',
4348 'test/browser_with_test_window_test.cc', 4349 'test/browser_with_test_window_test.cc',
4349 'test/browser_with_test_window_test.h', 4350 'test/browser_with_test_window_test.h',
4350 'test/file_test_utils.h', 4351 'test/file_test_utils.h',
4351 'test/file_test_utils.cc', 4352 'test/file_test_utils.cc',
4352 'test/render_view_test.cc', 4353 'test/render_view_test.cc',
4353 'test/render_view_test.h', 4354 'test/render_view_test.h',
4354 'test/test_notification_tracker.cc', 4355 'test/test_notification_tracker.cc',
4355 'test/test_notification_tracker.h', 4356 'test/test_notification_tracker.h',
(...skipping 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after
6685 'defines': [ 6686 'defines': [
6686 'POSIX', 6687 'POSIX',
6687 ], 6688 ],
6688 }], 6689 }],
6689 ], 6690 ],
6690 }, 6691 },
6691 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6692 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6692 }], 6693 }],
6693 ], # 'conditions' 6694 ], # 'conditions'
6694 } 6695 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/render_view.h » ('j') | chrome/renderer/render_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698