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

Side by Side Diff: content/content_common.gypi

Issue 23678008: Refactor KeySystems code to call a function to populate the info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: scherkus review updates Created 7 years, 3 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'public/common/file_chooser_params.h', 46 'public/common/file_chooser_params.h',
47 'public/common/frame_navigate_params.cc', 47 'public/common/frame_navigate_params.cc',
48 'public/common/frame_navigate_params.h', 48 'public/common/frame_navigate_params.h',
49 'public/common/geoposition.cc', 49 'public/common/geoposition.cc',
50 'public/common/geoposition.h', 50 'public/common/geoposition.h',
51 'public/common/gpu_memory_stats.cc', 51 'public/common/gpu_memory_stats.cc',
52 'public/common/gpu_memory_stats.h', 52 'public/common/gpu_memory_stats.h',
53 'public/common/injection_test_mac.h', 53 'public/common/injection_test_mac.h',
54 'public/common/injection_test_win.h', 54 'public/common/injection_test_win.h',
55 'public/common/javascript_message_type.h', 55 'public/common/javascript_message_type.h',
56 'public/common/key_system_info.cc',
57 'public/common/key_system_info.h',
56 'public/common/main_function_params.h', 58 'public/common/main_function_params.h',
57 'public/common/media_stream_request.cc', 59 'public/common/media_stream_request.cc',
58 'public/common/media_stream_request.h', 60 'public/common/media_stream_request.h',
59 'public/common/menu_item.cc', 61 'public/common/menu_item.cc',
60 'public/common/menu_item.h', 62 'public/common/menu_item.h',
61 'public/common/page_state.cc', 63 'public/common/page_state.cc',
62 'public/common/page_state.h', 64 'public/common/page_state.h',
63 'public/common/page_transition_types.cc', 65 'public/common/page_transition_types.cc',
64 'public/common/page_transition_types.h', 66 'public/common/page_transition_types.h',
65 'public/common/page_transition_types_list.h', 67 'public/common/page_transition_types_list.h',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 581 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
580 '<(output)', 582 '<(output)',
581 '<(PRODUCT_DIR)', 583 '<(PRODUCT_DIR)',
582 ], 584 ],
583 'msvs_cygwin_shell': 1, 585 'msvs_cygwin_shell': 1,
584 }, 586 },
585 ] 587 ]
586 }], 588 }],
587 ], 589 ],
588 } 590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698