|
Add DEPS include rules so we don't accidentally use chromium stuff.
I basically turned off everything that is turned on in the root DEPS file, and then selectively turned stuff on. I had to provide some macros to replace the use of base/compilerspecific.h and build/buildconfig.h.
I'm not sure if we have a coherent understanding of private vs trusted yet, but my thinking is that trusted can do anything, but private can't use trusted (it sounds like we may start selectively exposing some private interfaces to installed apps).
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112512
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+151 lines, -58 lines) |
Patch |
 |
A |
ppapi/c/DEPS
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/cpp/DEPS
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/file_io.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
ppapi/cpp/private/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/cpp/trusted/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/DEPS
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/pp_thread.h
|
View
|
1
2
3
|
4 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_audio_config.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_file_io.cc
|
View
|
1
|
3 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_flash.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_net_address_private.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_tcp_socket_private.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_transport.h
|
View
|
1
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_transport.cc
|
View
|
1
|
6 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_utils.h
|
View
|
1
2
3
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_var.cc
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_var_deprecated.cc
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_websocket.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|