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

Unified Diff: components/components_tests.gyp

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 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 | « components/components_strings.grd ('k') | components/resources/components_scaled_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 76044be245bb0d4636fd7b4641e866396534e77e..fa564dbb6a71bb2e71c67d39e5a422996743d6bb 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -595,9 +595,15 @@
'$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
],
},
+ 'sources': [
+ 'sad_tab/cocoa/sad_tab_view_unittest.mm',
+ ],
'sources!': [
'password_manager/core/browser/password_store_default_unittest.cc',
],
+ 'dependencies': [
+ 'components.gyp:sad_tab',
+ ],
}],
['OS == "android"', {
'sources!': [
« no previous file with comments | « components/components_strings.grd ('k') | components/resources/components_scaled_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698