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

Side by Side Diff: trunk/src/apps/apps.gypi

Issue 22355002: Revert 215753 "Move native_app_window code to apps areas" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/apps/app_window_contents.cc ('k') | trunk/src/apps/native_app_window.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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'app_shim/app_shim_mac.cc', 48 'app_shim/app_shim_mac.cc',
49 'app_shim/app_shim_mac.h', 49 'app_shim/app_shim_mac.h',
50 'app_shim/chrome_main_app_mode_mac.mm', 50 'app_shim/chrome_main_app_mode_mac.mm',
51 'app_shim/extension_app_shim_handler_mac.cc', 51 'app_shim/extension_app_shim_handler_mac.cc',
52 'app_shim/extension_app_shim_handler_mac.h', 52 'app_shim/extension_app_shim_handler_mac.h',
53 'app_window_contents.cc', 53 'app_window_contents.cc',
54 'app_window_contents.h', 54 'app_window_contents.h',
55 'field_trial_names.cc', 55 'field_trial_names.cc',
56 'field_trial_names.h', 56 'field_trial_names.h',
57 'metrics_names.h', 57 'metrics_names.h',
58 'native_app_window.h',
59 'pref_names.cc', 58 'pref_names.cc',
60 'pref_names.h', 59 'pref_names.h',
61 'prefs.cc', 60 'prefs.cc',
62 'prefs.h', 61 'prefs.h',
63 'saved_files_service.cc', 62 'saved_files_service.cc',
64 'saved_files_service.h', 63 'saved_files_service.h',
65 'saved_files_service_factory.cc', 64 'saved_files_service_factory.cc',
66 'saved_files_service_factory.h', 65 'saved_files_service_factory.h',
67 'shell_window.cc', 66 'shell_window.cc',
68 'shell_window.h', 67 'shell_window.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'VCLinkerTool': { 118 'VCLinkerTool': {
120 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 119 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
121 }, 120 },
122 }, 121 },
123 }, 122 },
124 ], 123 ],
125 }, 124 },
126 ], # 'OS=="win"' 125 ], # 'OS=="win"'
127 ], # 'conditions' 126 ], # 'conditions'
128 } 127 }
OLDNEW
« no previous file with comments | « trunk/src/apps/app_window_contents.cc ('k') | trunk/src/apps/native_app_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698