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

Side by Side Diff: content/content_common.gypi

Issue 8760012: Move view_types.h to view_type.h, since that's the standard name for enums. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/browser/tab_contents/interstitial_page.cc ('k') | content/public/common/view_type.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 (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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'public/common/show_desktop_notification_params.cc', 64 'public/common/show_desktop_notification_params.cc',
65 'public/common/show_desktop_notification_params.h', 65 'public/common/show_desktop_notification_params.h',
66 'public/common/speech_input_result.cc', 66 'public/common/speech_input_result.cc',
67 'public/common/speech_input_result.h', 67 'public/common/speech_input_result.h',
68 'public/common/stop_find_action.h', 68 'public/common/stop_find_action.h',
69 'public/common/url_constants.cc', 69 'public/common/url_constants.cc',
70 'public/common/url_constants.h', 70 'public/common/url_constants.h',
71 'public/common/url_fetcher.h', 71 'public/common/url_fetcher.h',
72 'public/common/url_fetcher_delegate.h', 72 'public/common/url_fetcher_delegate.h',
73 'public/common/url_fetcher_factory.h', 73 'public/common/url_fetcher_factory.h',
74 'public/common/view_types.h', 74 'public/common/view_type.h',
75 'public/common/zygote_fork_delegate_linux.h', 75 'public/common/zygote_fork_delegate_linux.h',
76 'common/appcache/appcache_backend_proxy.cc', 76 'common/appcache/appcache_backend_proxy.cc',
77 'common/appcache/appcache_backend_proxy.h', 77 'common/appcache/appcache_backend_proxy.h',
78 'common/appcache/appcache_dispatcher.cc', 78 'common/appcache/appcache_dispatcher.cc',
79 'common/appcache/appcache_dispatcher.h', 79 'common/appcache/appcache_dispatcher.h',
80 'common/appcache_messages.h', 80 'common/appcache_messages.h',
81 'common/child_process.cc', 81 'common/child_process.cc',
82 'common/child_process.h', 82 'common/child_process.h',
83 'common/child_process_host.cc', 83 'common/child_process_host.cc',
84 'common/child_process_host.h', 84 'common/child_process_host.h',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 ], 313 ],
314 'link_settings': { 314 'link_settings': {
315 'libraries': [ 315 'libraries': [
316 '-lEGL', 316 '-lEGL',
317 '-lGLESv2', 317 '-lGLESv2',
318 ], 318 ],
319 }, 319 },
320 }], 320 }],
321 ], 321 ],
322 } 322 }
OLDNEW
« no previous file with comments | « content/browser/tab_contents/interstitial_page.cc ('k') | content/public/common/view_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698