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

Side by Side Diff: apps/apps.gypi

Issue 74183002: Introduce ui/wm/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm owners file so i can land this Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/shell/app_shell_browser_main_parts.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'apps', 8 'target_name': 'apps',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'defines!': ['CONTENT_IMPLEMENTATION'], 105 'defines!': ['CONTENT_IMPLEMENTATION'],
106 'variables': { 106 'variables': {
107 'chromium_code': 1, 107 'chromium_code': 1,
108 }, 108 },
109 'dependencies': [ 109 'dependencies': [
110 'apps', 110 'apps',
111 '../base/base.gyp:base', 111 '../base/base.gyp:base',
112 '../content/content.gyp:content', 112 '../content/content.gyp:content',
113 '../content/content_shell_and_tests.gyp:content_shell_lib', 113 '../content/content_shell_and_tests.gyp:content_shell_lib',
114 '../skia/skia.gyp:skia', 114 '../skia/skia.gyp:skia',
115 '../ui/shell/shell.gyp:shell',
116 '../ui/views/views.gyp:views', 115 '../ui/views/views.gyp:views',
116 '../ui/wm/wm.gyp:wm_test_support',
117 ], 117 ],
118 'include_dirs': [ 118 'include_dirs': [
119 '..', 119 '..',
120 ], 120 ],
121 'sources': [ 121 'sources': [
122 'shell/app_shell_browser_main_parts.cc', 122 'shell/app_shell_browser_main_parts.cc',
123 'shell/app_shell_browser_main_parts.h', 123 'shell/app_shell_browser_main_parts.h',
124 'shell/app_shell_content_browser_client.cc', 124 'shell/app_shell_content_browser_client.cc',
125 'shell/app_shell_content_browser_client.h', 125 'shell/app_shell_content_browser_client.h',
126 'shell/app_shell_content_client.cc', 126 'shell/app_shell_content_client.cc',
127 'shell/app_shell_content_client.h', 127 'shell/app_shell_content_client.h',
128 'shell/app_shell_main_delegate.cc', 128 'shell/app_shell_main_delegate.cc',
129 'shell/app_shell_main_delegate.h', 129 'shell/app_shell_main_delegate.h',
130 'shell/app_shell_main.cc', 130 'shell/app_shell_main.cc',
131 'shell/web_view_window.cc', 131 'shell/web_view_window.cc',
132 'shell/web_view_window.cc', 132 'shell/web_view_window.cc',
133 ], 133 ],
134 }, 134 },
135 ], # targets 135 ], # targets
136 }], # chromeos==1 136 }], # chromeos==1
137 ], # conditions 137 ], # conditions
138 } 138 }
OLDNEW
« no previous file with comments | « no previous file | apps/shell/app_shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698