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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 512703003: Revert of Remove unused PPB_View_Dev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('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) 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_codecs.h', 10 'c/pp_codecs.h',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'cpp/dev/url_util_dev.cc', 283 'cpp/dev/url_util_dev.cc',
284 'cpp/dev/url_util_dev.h', 284 'cpp/dev/url_util_dev.h',
285 'cpp/dev/video_capture_client_dev.cc', 285 'cpp/dev/video_capture_client_dev.cc',
286 'cpp/dev/video_capture_client_dev.h', 286 'cpp/dev/video_capture_client_dev.h',
287 'cpp/dev/video_capture_dev.cc', 287 'cpp/dev/video_capture_dev.cc',
288 'cpp/dev/video_capture_dev.h', 288 'cpp/dev/video_capture_dev.h',
289 'cpp/dev/video_decoder_client_dev.cc', 289 'cpp/dev/video_decoder_client_dev.cc',
290 'cpp/dev/video_decoder_client_dev.h', 290 'cpp/dev/video_decoder_client_dev.h',
291 'cpp/dev/video_decoder_dev.cc', 291 'cpp/dev/video_decoder_dev.cc',
292 'cpp/dev/video_decoder_dev.h', 292 'cpp/dev/video_decoder_dev.h',
293 'cpp/dev/view_dev.cc',
294 'cpp/dev/view_dev.h',
293 'cpp/dev/widget_client_dev.cc', 295 'cpp/dev/widget_client_dev.cc',
294 'cpp/dev/widget_client_dev.h', 296 'cpp/dev/widget_client_dev.h',
295 'cpp/dev/widget_dev.cc', 297 'cpp/dev/widget_dev.cc',
296 'cpp/dev/widget_dev.h', 298 'cpp/dev/widget_dev.h',
297 'cpp/dev/zoom_dev.cc', 299 'cpp/dev/zoom_dev.cc',
298 'cpp/dev/zoom_dev.h', 300 'cpp/dev/zoom_dev.h',
299 301
300 # Deprecated interfaces. 302 # Deprecated interfaces.
301 'cpp/dev/scriptable_object_deprecated.h', 303 'cpp/dev/scriptable_object_deprecated.h',
302 'cpp/dev/scriptable_object_deprecated.cc', 304 'cpp/dev/scriptable_object_deprecated.cc',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'tests/test_x509_certificate_private.h', 574 'tests/test_x509_certificate_private.h',
573 575
574 # Deprecated test cases. 576 # Deprecated test cases.
575 'tests/test_instance_deprecated.cc', 577 'tests/test_instance_deprecated.cc',
576 'tests/test_instance_deprecated.h', 578 'tests/test_instance_deprecated.h',
577 'tests/test_var_deprecated.cc', 579 'tests/test_var_deprecated.cc',
578 'tests/test_var_deprecated.h', 580 'tests/test_var_deprecated.h',
579 ], 581 ],
580 }, 582 },
581 } 583 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698