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

Unified Diff: components/components_tests.gyp

Issue 273663002: Componentize bookmark_node_data_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move bookmark_node_data_unittest.cc to components/boomarks/core/browser Created 6 years, 7 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/bookmarks/core/browser/bookmark_node_data_unittest.cc ('k') | no next file » | 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 ebc1d56a84f6f046ee6d8469e71ecd3f15d17036..527f70bbc9a167d72294c80dcfce4e3b0a15f1d1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -274,6 +274,11 @@
'components.gyp:variations',
],
'conditions': [
+ ['toolkit_views == 1', {
+ 'sources': [
+ 'bookmarks/core/browser/bookmark_node_data_unittest.cc',
+ ],
+ }],
['OS != "ios"', {
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
« no previous file with comments | « components/bookmarks/core/browser/bookmark_node_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698