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

Side by Side Diff: content/content_common.gypi

Issue 10822004: Draggable region support for frameless app window on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 27 matching lines...) Expand all
38 'public/common/content_constants.cc', 38 'public/common/content_constants.cc',
39 'public/common/content_constants.h', 39 'public/common/content_constants.h',
40 'public/common/content_descriptors.h', 40 'public/common/content_descriptors.h',
41 'public/common/content_paths.h', 41 'public/common/content_paths.h',
42 'public/common/content_restriction.h', 42 'public/common/content_restriction.h',
43 'public/common/content_switches.cc', 43 'public/common/content_switches.cc',
44 'public/common/content_switches.h', 44 'public/common/content_switches.h',
45 'public/common/context_menu_params.cc', 45 'public/common/context_menu_params.cc',
46 'public/common/context_menu_params.h', 46 'public/common/context_menu_params.h',
47 'public/common/console_message_level.h', 47 'public/common/console_message_level.h',
48 'public/common/draggable_region.h',
48 'public/common/dx_diag_node.cc', 49 'public/common/dx_diag_node.cc',
49 'public/common/dx_diag_node.h', 50 'public/common/dx_diag_node.h',
50 'public/common/file_chooser_params.cc', 51 'public/common/file_chooser_params.cc',
51 'public/common/file_chooser_params.h', 52 'public/common/file_chooser_params.h',
52 'public/common/frame_navigate_params.cc', 53 'public/common/frame_navigate_params.cc',
53 'public/common/frame_navigate_params.h', 54 'public/common/frame_navigate_params.h',
54 'public/common/geoposition.cc', 55 'public/common/geoposition.cc',
55 'public/common/geoposition.h', 56 'public/common/geoposition.h',
56 'public/common/gpu_feature_type.h', 57 'public/common/gpu_feature_type.h',
57 'public/common/gpu_info.cc', 58 'public/common/gpu_info.cc',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 '../build/extract_from_cab.py', 502 '../build/extract_from_cab.py',
502 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 503 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
503 '<(output)', 504 '<(output)',
504 '<(PRODUCT_DIR)', 505 '<(PRODUCT_DIR)',
505 ], 506 ],
506 }, 507 },
507 ] 508 ]
508 }] 509 }]
509 ], 510 ],
510 } 511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698