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

Unified Diff: extensions/shell/app_shell.gyp

Issue 690093002: app_shell: Initial skeleton of a GCD target device setup API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gcd) fix gn Created 6 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
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/api/shell_gcd/shell_gcd_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index dc46e2703ad1fdfe18e2fd96c80bb49c77331887..88fc22cca7f9d8045bbfe518a616f9cd4ef3ab26 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -51,6 +51,8 @@
'app/shell_main_delegate.h',
'browser/api/identity/identity_api.cc',
'browser/api/identity/identity_api.h',
+ 'browser/api/shell_gcd/shell_gcd_api.cc',
+ 'browser/api/shell_gcd/shell_gcd_api.h',
'browser/api/shell_window/shell_window_api.cc',
'browser/api/shell_window/shell_window_api.h',
'browser/default_shell_browser_main_delegate.cc',
@@ -241,6 +243,7 @@
'sources': [
'../test/extensions_unittests_main.cc',
'browser/api/identity/identity_api_unittest.cc',
+ 'browser/api/shell_gcd/shell_gcd_api_unittest.cc',
'browser/api/shell_window/shell_window_api_unittest.cc',
'browser/shell_audio_controller_chromeos_unittest.cc',
'browser/shell_desktop_controller_unittest.cc',
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/api/shell_gcd/shell_gcd_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698