From f5607906809bf7ba0ec1893ebbcd45ef7442a9b8 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 21 Aug 2014 19:14:57 +0000 Subject: Add apps to the GN build. Remove duplicate reference of content_switches which causes link errors. Add dependency on theme_resources from apps (it includes the generated file). R=miket@chromium.org Review URL: https://codereview.chromium.org/496763002 Cr-Commit-Position: refs/heads/master@{#291150} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291150 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/apps.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/apps.gypi') diff --git a/apps/apps.gypi b/apps/apps.gypi index 73a288f..608b919 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -5,6 +5,7 @@ { 'targets': [ { + # GN version: //apps 'target_name': 'apps', 'type': 'static_library', 'variables': { 'enable_wexit_time_destructors': 1, }, @@ -15,6 +16,7 @@ # browser, then we can clean up these dependencies. 'dependencies': [ 'browser_extensions', + 'chrome_resources.gyp:theme_resources', 'common/extensions/api/api.gyp:chrome_api', '../skia/skia.gyp:skia', ], @@ -23,6 +25,7 @@ '<(grit_out_dir)', ], 'sources': [ + # Note: file list duplicated in GN build. 'app_lifetime_monitor.cc', 'app_lifetime_monitor.h', 'app_lifetime_monitor_factory.cc', -- cgit v1.1