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

Unified Diff: chrome/chrome.gyp

Issue 254002: Fix cmd-up/cmd-down. (Closed)
Patch Set: Fix typo found by suzhe Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/render_view.h » ('j') | chrome/renderer/render_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 5d1e78df1bf330b6c6911183fc0b270bb4f61918..6e034fde3a1253adab2b505b6091b9a433f1d993 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -133,7 +133,7 @@
'target_defaults': {
'sources/': [
['exclude', '/(cocoa|gtk|win)/'],
- ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|views|x)(_unittest)?\\.(cc|mm?)$'],
+ ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|views|x)(_unittest)?(_mac)?\\.(cc|mm?)$'],
['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'],
],
'conditions': [
@@ -144,7 +144,7 @@
]}],
['OS=="mac"', {'sources/': [
['include', '/cocoa/'],
- ['include', '_(cocoa|mac|posix)(_unittest)?\\.(cc|mm?)$'],
+ ['include', '_(cocoa|mac|posix)(_unittest)?(_mac)?\\.(cc|mm?)$'],
]}, { # else: OS != "mac"
'sources/': [
['exclude', '\\.mm?$'],
@@ -4343,6 +4343,7 @@
'renderer/render_process_unittest.cc',
'renderer/render_thread_unittest.cc',
'renderer/render_view_unittest.cc',
+ 'renderer/render_view_unittest_mac.mm',
'renderer/render_widget_unittest.cc',
'renderer/renderer_main_unittest.cc',
'test/browser_with_test_window_test.cc',
« 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