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

Side by Side Diff: chrome/chrome.gyp

Issue 56026: Move message flags into a separate header that can be used (Closed)
Patch Set: ctor Created 11 years, 8 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
« no previous file with comments | « chrome/browser/views/user_data_dir_dialog.cc ('k') | chrome/common/common.vcproj » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'common/l10n_util_win.h', 202 'common/l10n_util_win.h',
203 'common/libxml_utils.cc', 203 'common/libxml_utils.cc',
204 'common/libxml_utils.h', 204 'common/libxml_utils.h',
205 'common/logging_chrome.cc', 205 'common/logging_chrome.cc',
206 'common/logging_chrome.h', 206 'common/logging_chrome.h',
207 'common/mach_ipc_mac.h', 207 'common/mach_ipc_mac.h',
208 'common/mach_ipc_mac.mm', 208 'common/mach_ipc_mac.mm',
209 'common/mach_message_source_mac.cc', 209 'common/mach_message_source_mac.cc',
210 'common/mach_message_source_mac.h', 210 'common/mach_message_source_mac.h',
211 'common/main_function_params.h', 211 'common/main_function_params.h',
212 'common/message_box_flags.h',
212 'common/message_router.cc', 213 'common/message_router.cc',
213 'common/message_router.h', 214 'common/message_router.h',
214 'common/modal_dialog_event.h', 215 'common/modal_dialog_event.h',
215 'common/mru_cache.h', 216 'common/mru_cache.h',
216 'common/navigation_types.h', 217 'common/navigation_types.h',
217 'common/native_web_keyboard_event.h', 218 'common/native_web_keyboard_event.h',
218 'common/native_web_keyboard_event_linux.cc', 219 'common/native_web_keyboard_event_linux.cc',
219 'common/native_web_keyboard_event_mac.mm', 220 'common/native_web_keyboard_event_mac.mm',
220 'common/native_web_keyboard_event_win.cc', 221 'common/native_web_keyboard_event_win.cc',
221 'common/notification_details.h', 222 'common/notification_details.h',
(...skipping 2528 matching lines...) Expand 10 before | Expand all | Expand 10 after
2750 'Debug': { 2751 'Debug': {
2751 'msvs_precompiled_header': 'tools/build/win/precompiled.h', 2752 'msvs_precompiled_header': 'tools/build/win/precompiled.h',
2752 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', 2753 'msvs_precompiled_source': 'tools/build/win/precompiled.cc',
2753 }, 2754 },
2754 }, 2755 },
2755 }, 2756 },
2756 ]}, # 'targets' 2757 ]}, # 'targets'
2757 ], # OS=="win" 2758 ], # OS=="win"
2758 ], # 'conditions' 2759 ], # 'conditions'
2759 } 2760 }
OLDNEW
« no previous file with comments | « chrome/browser/views/user_data_dir_dialog.cc ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698