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

Side by Side Diff: content/content_common.gypi

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 7 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 | « content/common/introducer_messages.h ('k') | content/content_renderer.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'common/gpu_info.h', 102 'common/gpu_info.h',
103 'common/gpu_messages.h', 103 'common/gpu_messages.h',
104 'common/hi_res_timer_manager_posix.cc', 104 'common/hi_res_timer_manager_posix.cc',
105 'common/hi_res_timer_manager_win.cc', 105 'common/hi_res_timer_manager_win.cc',
106 'common/hi_res_timer_manager.h', 106 'common/hi_res_timer_manager.h',
107 'common/indexed_db_key.cc', 107 'common/indexed_db_key.cc',
108 'common/indexed_db_key.h', 108 'common/indexed_db_key.h',
109 'common/indexed_db_messages.h', 109 'common/indexed_db_messages.h',
110 'common/indexed_db_param_traits.cc', 110 'common/indexed_db_param_traits.cc',
111 'common/indexed_db_param_traits.h', 111 'common/indexed_db_param_traits.h',
112 'common/introducer_messages.h',
112 'common/main_function_params.h', 113 'common/main_function_params.h',
113 'common/message_router.cc', 114 'common/message_router.cc',
114 'common/message_router.h', 115 'common/message_router.h',
115 'common/mime_registry_messages.h', 116 'common/mime_registry_messages.h',
116 'common/mru_cache.h', 117 'common/mru_cache.h',
117 'common/native_web_keyboard_event.h', 118 'common/native_web_keyboard_event.h',
118 'common/native_web_keyboard_event_linux.cc', 119 'common/native_web_keyboard_event_linux.cc',
119 'common/native_web_keyboard_event_mac.mm', 120 'common/native_web_keyboard_event_mac.mm',
120 'common/native_web_keyboard_event_win.cc', 121 'common/native_web_keyboard_event_win.cc',
121 'common/navigation_gesture.h', 122 'common/navigation_gesture.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 }], 218 }],
218 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 219 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
219 'dependencies': [ 220 'dependencies': [
220 '../build/linux/system.gyp:gtk', 221 '../build/linux/system.gyp:gtk',
221 ], 222 ],
222 }], 223 }],
223 ], 224 ],
224 }, 225 },
225 ], 226 ],
226 } 227 }
OLDNEW
« no previous file with comments | « content/common/introducer_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698