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

Side by Side Diff: content/content_common.gypi

Issue 8528011: Page zoom improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix comment spelling mistake Created 9 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
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 28 matching lines...) Expand all
39 'public/common/dx_diag_node.cc', 39 'public/common/dx_diag_node.cc',
40 'public/common/dx_diag_node.h', 40 'public/common/dx_diag_node.h',
41 'public/common/frame_navigate_params.cc', 41 'public/common/frame_navigate_params.cc',
42 'public/common/frame_navigate_params.h', 42 'public/common/frame_navigate_params.h',
43 'public/common/gpu_info.cc', 43 'public/common/gpu_info.cc',
44 'public/common/gpu_info.h', 44 'public/common/gpu_info.h',
45 'public/common/main_function_params.h', 45 'public/common/main_function_params.h',
46 'public/common/page_transition_types.cc', 46 'public/common/page_transition_types.cc',
47 'public/common/page_transition_types.h', 47 'public/common/page_transition_types.h',
48 'public/common/page_type.h', 48 'public/common/page_type.h',
49 'public/common/page_zoom.cc',
49 'public/common/page_zoom.h', 50 'public/common/page_zoom.h',
50 'public/common/pepper_plugin_info.cc', 51 'public/common/pepper_plugin_info.cc',
51 'public/common/pepper_plugin_info.h', 52 'public/common/pepper_plugin_info.h',
52 'public/common/renderer_preferences.cc', 53 'public/common/renderer_preferences.cc',
53 'public/common/renderer_preferences.h', 54 'public/common/renderer_preferences.h',
54 'public/common/resource_dispatcher_delegate.h', 55 'public/common/resource_dispatcher_delegate.h',
55 'public/common/result_codes.h', 56 'public/common/result_codes.h',
56 'public/common/sandbox_init.h', 57 'public/common/sandbox_init.h',
57 'public/common/security_style.h', 58 'public/common/security_style.h',
58 'public/common/serialized_script_value.cc', 59 'public/common/serialized_script_value.cc',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ], 334 ],
334 'link_settings': { 335 'link_settings': {
335 'libraries': [ 336 'libraries': [
336 '-lEGL', 337 '-lEGL',
337 '-lGLESv2', 338 '-lGLESv2',
338 ], 339 ],
339 }, 340 },
340 }], 341 }],
341 ], 342 ],
342 } 343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698