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

Unified Diff: ash/ash.gyp

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on improved shared memory support Created 5 years, 1 month 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 01e9d9ed7283db7bdc746f03f5cc84a5a1b2328d..7db9ac1250e16517fec19526277a6a773e528d5f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -1092,6 +1092,7 @@
'target_name': 'ash_test_support',
'type': 'static_library',
'dependencies': [
+ '../components/components.gyp:signin_core_account_id',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
'../ui/accessibility/accessibility.gyp:ax_gen',
@@ -1111,6 +1112,11 @@
'../ui/platform_window/win/win_window.gyp:win_window',
],
}],
+ ['chromeos==1', {
+ 'dependencies': [
+ '../ui/display/display.gyp:display',
+ ],
+ }],
],
},
{
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/browser/ui/views/BUILD.gn » ('j') | components/exo/shared_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698