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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 years, 5 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/filesystem_provider_resource.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) 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'cpp/dev/buffer_dev.cc', 253 'cpp/dev/buffer_dev.cc',
254 'cpp/dev/buffer_dev.h', 254 'cpp/dev/buffer_dev.h',
255 'cpp/dev/crypto_dev.cc', 255 'cpp/dev/crypto_dev.cc',
256 'cpp/dev/crypto_dev.h', 256 'cpp/dev/crypto_dev.h',
257 'cpp/dev/cursor_control_dev.cc', 257 'cpp/dev/cursor_control_dev.cc',
258 'cpp/dev/cursor_control_dev.h', 258 'cpp/dev/cursor_control_dev.h',
259 'cpp/dev/device_ref_dev.cc', 259 'cpp/dev/device_ref_dev.cc',
260 'cpp/dev/device_ref_dev.h', 260 'cpp/dev/device_ref_dev.h',
261 'cpp/dev/file_chooser_dev.cc', 261 'cpp/dev/file_chooser_dev.cc',
262 'cpp/dev/file_chooser_dev.h', 262 'cpp/dev/file_chooser_dev.h',
263 'cpp/dev/filesystem_provider.cc',
264 'cpp/dev/filesystem_provider.h',
263 'cpp/dev/font_dev.cc', 265 'cpp/dev/font_dev.cc',
264 'cpp/dev/font_dev.h', 266 'cpp/dev/font_dev.h',
265 'cpp/dev/ime_input_event_dev.cc', 267 'cpp/dev/ime_input_event_dev.cc',
266 'cpp/dev/ime_input_event_dev.h', 268 'cpp/dev/ime_input_event_dev.h',
267 'cpp/dev/memory_dev.cc', 269 'cpp/dev/memory_dev.cc',
268 'cpp/dev/memory_dev.h', 270 'cpp/dev/memory_dev.h',
269 'cpp/dev/printing_dev.cc', 271 'cpp/dev/printing_dev.cc',
270 'cpp/dev/printing_dev.h', 272 'cpp/dev/printing_dev.h',
271 'cpp/dev/text_input_dev.cc', 273 'cpp/dev/text_input_dev.cc',
272 'cpp/dev/text_input_dev.h', 274 'cpp/dev/text_input_dev.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'tests/test_x509_certificate_private.h', 564 'tests/test_x509_certificate_private.h',
563 565
564 # Deprecated test cases. 566 # Deprecated test cases.
565 'tests/test_instance_deprecated.cc', 567 'tests/test_instance_deprecated.cc',
566 'tests/test_instance_deprecated.h', 568 'tests/test_instance_deprecated.h',
567 'tests/test_var_deprecated.cc', 569 'tests/test_var_deprecated.cc',
568 'tests/test_var_deprecated.h', 570 'tests/test_var_deprecated.h',
569 ], 571 ],
570 }, 572 },
571 } 573 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/filesystem_provider_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698